Skip to content

Commit

Permalink
removed placeholder method
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefBuchner committed Nov 6, 2023
1 parent e44cd00 commit 1e6c78a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions panoptica/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def to_dict(self):
"volumetric instance-wise DICE SD": self.instance_dice_sd
}
)

def to_dict2(self):
return("123")

@property
def num_ref_instances(self) -> int:
Expand Down

0 comments on commit 1e6c78a

Please sign in to comment.