-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Since lazy is always overridden by the parent class, specifying lazy=true
in the SpatialPadd
constructor does not work. Similar issue in BorderPadd
and DivisiblePadd
.
MONAI/monai/transforms/croppad/dictionary.py
Line 279 in b1c8b42
Padd.__init__(self, keys, padder=padder, mode=mode, allow_missing_keys=allow_missing_keys) |
MONAI/monai/transforms/croppad/dictionary.py
Line 129 in b1c8b42
lazy: bool = False, |
Originally posted by @77QiZhang in #7314 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working