Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RolnickLab/climart
/ copy
Method
copy
climart/data_transform/normalization.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
return
type(self)(**self.stored_values())
48
49
def
copy(self):
50
return
self.__copy__()
51
52
def
change_input_type(self, new_type):
53
for
attribute, value in self.__dict__.items():
Callers
2
get_preprocesser
Method · 0.80
__init__
Method · 0.80
Calls
1
__copy__
Method · 0.95
Tested by
no test coverage detected