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

Method __init__

climart/data_transform/transforms.py:123–124  ·  view source on GitHub ↗
(self, exp_type: str)

Source from the content-addressed store, hash-verified

121# -------------------------------------------- Graph specific transforms
122class AbstractGraphTransform(AbstractTransform, ABC):
123 def __init__(self, exp_type: str):
124 super().__init__(exp_type)
125
126 @property
127 def n_nodes(self) -> int:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected