MCPcopy Create free account
hub / github.com/RolnickLab/climart / transform

Method transform

climart/data_transform/transforms.py:66–67  ·  view source on GitHub ↗
(self, X_not_batched: Dict[str, np.ndarray])

Source from the content-addressed store, hash-verified

64 self._out_dim = self.input_dim
65
66 def transform(self, X_not_batched: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
67 return X_not_batched
68
69 def batched_transform(self, X: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
70 return X

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected