-
Notifications
You must be signed in to change notification settings - Fork 1.5k
apply_transform better error msg #1814
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
follow up of #1784 (reply in thread) the error message from the apply_transform function could be improved
MONAI/monai/transforms/transform.py
Line 48 in 70388fa
raise RuntimeError(f"applying transform {transform}") from e
Describe the solution you'd like
could use DataStatsd to print additional type/shape info before raising the RuntimeError?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request