Skip to content

Commit 55fcd22

Browse files
committed
Revert "Style fix"
This reverts commit bfc68a4.
1 parent 10eb2af commit 55fcd22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/test_bundle_ckpt_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_ckpt_export(self, key_in_ckpt, use_trace):
9696
self.assertTrue(os.path.exists(self.ts_file))
9797

9898
_, metadata, extra_files = load_net_with_metadata(
99-
self.ts_file, more_extra_files=["inference.json", "def_args.json"]
99+
self.ts_file, more_extra_files=["inference.json", "def_args.json"]
100100
)
101101
self.assertIn("schema", metadata)
102102
self.assertIn("meta_file", json.loads(extra_files["def_args.json"]))

tests/test_clip_intensity_percentilesd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
from monai.transforms import ClipIntensityPercentilesd
1919
from monai.transforms.utils_pytorch_numpy_unification import clip, percentile
2020
from monai.utils.type_conversion import convert_to_tensor
21-
from tests.test_clip_intensity_percentiles import test_hard_clip_func, test_soft_clip_func
2221
from tests.utils import TEST_NDARRAYS, NumpyImageTestCase2D, NumpyImageTestCase3D, assert_allclose
2322

23+
from tests.test_clip_intensity_percentiles import test_hard_clip_func, test_soft_clip_func
24+
2425

2526
class TestClipIntensityPercentilesd2D(NumpyImageTestCase2D):
2627

0 commit comments

Comments
 (0)