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

Method __init__

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

Source from the content-addressed store, hash-verified

201
202class EdgesAndNodesTransforms(AbstractGraphTransform, ABC):
203 def __init__(self, exp_type: str):
204 super().__init__(exp_type)
205
206 @property
207 def n_edges(self) -> int:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected