Skip to content

Commit

Permalink
Fixup alias for RandTorchIOd
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Klopfer <[email protected]>
  • Loading branch information
SomeUserName1 committed Nov 18, 2024
1 parent 09d1099 commit 1c9334c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monai/transforms/utility/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1952,9 +1952,10 @@ def inverse(self, data: Mapping[Hashable, torch.Tensor]) -> dict[Hashable, torch
ConvertToMultiChannelBasedOnBratsClassesd
)
AddExtremePointsChannelD = AddExtremePointsChannelDict = AddExtremePointsChanneld
TorchVisionD = TorchVisionDict = TorchVisiond
TorchIOD = TorchIODict = TorchIOd
TorchVisionD = TorchVisionDict = TorchVisiond
RandTorchVisionD = RandTorchVisionDict = RandTorchVisiond
RandTorchIOd = RandTorchIODict = RandTorchIOD
RandLambdaD = RandLambdaDict = RandLambdad
MapLabelValueD = MapLabelValueDict = MapLabelValued
IntensityStatsD = IntensityStatsDict = IntensityStatsd
Expand Down

0 comments on commit 1c9334c

Please sign in to comment.