Skip to content

Commit 8695428

Browse files
committed
Add SubtractItems
Signed-off-by: Author Name <[email protected]>
1 parent 75d4d15 commit 8695428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_module_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_transform_api(self):
4242
"""monai subclasses of MapTransforms must have alias names ending with 'd', 'D', 'Dict'"""
4343
to_exclude = {"MapTransform"} # except for these transforms
4444
to_exclude_docs = {"Decollate", "Ensemble", "Invert", "SaveClassification", "RandTorchVision", "RandCrop"}
45-
to_exclude_docs.update({"DeleteItems", "SelectItems", "FlattenSubKeys", "CopyItems", "ConcatItems"})
45+
to_exclude_docs.update({"DeleteItems", "SelectItems", "FlattenSubKeys", "CopyItems", "ConcatItems", "SubtractItems"})
4646
to_exclude_docs.update({"ToMetaTensor", "FromMetaTensor"})
4747
xforms = {
4848
name: obj

0 commit comments

Comments
 (0)