Skip to content

Commit

Permalink
workaround Project-MONAI#6155
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
  • Loading branch information
wyli committed Mar 16, 2023
1 parent a7b889f commit dd31ea2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_auto3dseg_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


@skip_if_quick
@SkipIfBeforePyTorchVersion((1, 10, 0))
@SkipIfBeforePyTorchVersion((1, 13, 0))
@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_integration_autorunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@


@skip_if_quick
@SkipIfBeforePyTorchVersion((1, 9, 1))
@SkipIfBeforePyTorchVersion((1, 13, 0))
@unittest.skipIf(not has_tb, "no tensorboard summary writer")
class TestAutoRunner(unittest.TestCase):
def setUp(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration_gpu_customization.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@


@skip_if_quick
@SkipIfBeforePyTorchVersion((1, 9, 1))
@SkipIfBeforePyTorchVersion((1, 13, 0))
@unittest.skipIf(not has_tb, "no tensorboard summary writer")
class TestEnsembleGpuCustomization(unittest.TestCase):
def setUp(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tests/testing_data/integration_answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
0.19005874127683337,
0.07462121515702229,
],
},
}
},
{ # test answers for PyTorch 1.12.1
"integration_classification_2d": {
Expand Down

0 comments on commit dd31ea2

Please sign in to comment.