Skip to content

Commit

Permalink
update unittest
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
  • Loading branch information
yiheng-wang-nv committed Sep 7, 2023
1 parent 358362a commit 221251f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/unit_tests/test_spleen_deepedit_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def test_eval_config(self, override):
@parameterized.expand([TEST_CASE_2])
def test_infer_config(self, override):
override["dataset_dir"] = self.dataset_dir
override["use_click"] = False
bundle_root = override["bundle_root"]

inferrer = ConfigWorkflow(
Expand All @@ -125,7 +124,6 @@ def test_infer_config(self, override):
@parameterized.expand([TEST_CASE_2])
def test_infer_click_config(self, override):
override["dataset_dir"] = self.dataset_dir
override["use_click"] = True
override[
"dataset#data"
] = "$[{'image': i, 'background': [], 'spleen': [[6, 6, 6], [8, 8, 8]]} for i in @datalist]"
Expand Down

0 comments on commit 221251f

Please sign in to comment.