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

Method __call__

climart/data_transform/normalization.py:131–132  ·  view source on GitHub ↗
(self, data: np.ndarray, *args, **kwargs)

Source from the content-addressed store, hash-verified

129 return data
130
131 def __call__(self, data: np.ndarray, *args, **kwargs):
132 return np.log(data)
133
134
135class LogZ_Normalizer(NormalizationMethod):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected