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

Method n_nodes

climart/data_transform/transforms.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125
126 @property
127 def n_nodes(self) -> int:
128 return self._n_nodes
129
130 def get_edge_idxs(self) -> Tuple[np.ndarray, np.ndarray]:
131 # one-way: node i has an edge to node i+1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected