Skip to content

Commit f5491b8

Browse files
committed
no array version
Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
1 parent 7e8aaa8 commit f5491b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_module_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_transform_api(self):
4040
to_exclude = {"MapTransform"} # except for these transforms
4141
to_exclude_docs = {"Decollate", "Ensemble", "Invert", "SaveClassification", "RandTorchVision"}
4242
to_exclude_docs.update({"DeleteItems", "SelectItems", "CopyItems", "ConcatItems"})
43+
to_exclude_docs.update({"ToMetaTensor", "FromMetaTensor"})
4344
xforms = {
4445
name: obj
4546
for name, obj in monai.transforms.__dict__.items()

0 commit comments

Comments
 (0)