Skip to content

Commit

Permalink
ensure the placeholder test passes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 5, 2024
1 parent 753f741 commit 4389b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class TestCalibrationMethodMCC(unittest.TestCase):
def test_get_distances_nearest_when_invalid(self) -> None:
mccm = CalibrationMethodMassClusterCenterModel.__init__()
mccm = CalibrationMethodMassClusterCenterModel(model_smoothing_activated=False)


if __name__ == "__main__":
Expand Down

0 comments on commit 4389b1a

Please sign in to comment.