earth2studio.perturbation
.Zero#
- class earth2studio.perturbation.Zero[source]#
No perturbation scheme
Primarily used for deterministic runs in ensemble workflows
- __call__(x, coords)[source]#
Apply perturbation method
- Parameters:
x (torch.Tensor) – Input tensor intended to apply perturbation on
coords (CoordSystem) – Ordered dict representing coordinate system that describes the tensor
- Returns:
Output tensor and respective coordinate system dictionary
- Return type:
tuple[torch.Tensor, CoordSystem]