Skip to content

Commit

Permalink
auto updates (#7155)
Browse files Browse the repository at this point in the history
Signed-off-by: monai-bot <[email protected]>
  • Loading branch information
monai-bot authored Oct 23, 2023
1 parent 77b1759 commit e7feedf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion monai/networks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
onnxreference, _ = optional_import("onnx.reference")
onnxruntime, _ = optional_import("onnxruntime")


__all__ = [
"one_hot",
"predict_segmentation",
Expand Down
1 change: 0 additions & 1 deletion tests/test_remove_small_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
affine[0, 0] = 2.0
TEST_INPUT3 = MetaTensor(TEST_INPUT2, affine=affine)


TESTS: list[tuple] = []
for dtype in (int, float):
for p in TEST_NDARRAYS:
Expand Down

0 comments on commit e7feedf

Please sign in to comment.