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

Method normalize

climart/data_transform/normalization.py:37–38  ·  view source on GitHub ↗
(self, data: np.ndarray, axis=0, *args, **kwargs)

Source from the content-addressed store, hash-verified

35 pass
36
37 def normalize(self, data: np.ndarray, axis=0, *args, **kwargs):
38 return data
39
40 def inverse_normalize(self, normalized_data: np.ndarray):
41 return normalized_data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected