Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Apr 18, 2023
1 parent b6db05b commit ca85b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_auto3dseg_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@


@skip_if_quick
@SkipIfBeforePyTorchVersion((1, 9, 1))
@SkipIfBeforePyTorchVersion((1, 11, 1))
@unittest.skipIf(not has_tb, "no tensorboard summary writer")
class TestEnsembleBuilder(unittest.TestCase):
def setUp(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_auto3dseg_hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def skip_if_no_optuna(obj):
}


@SkipIfBeforePyTorchVersion((1, 9, 1))
@SkipIfBeforePyTorchVersion((1, 11, 1))
@unittest.skipIf(not has_tb, "no tensorboard summary writer")
class TestHPO(unittest.TestCase):
def setUp(self) -> None:
Expand Down

0 comments on commit ca85b25

Please sign in to comment.