MCPcopy Create free account
hub / github.com/ElliotVincent/SitsSCD / load_data

Method load_data

data/data.py:129–132  ·  view source on GitHub ↗

Needs to be implemented in subclass.

(self, sits_number, sits_id, months, curr_sits_path)

Source from the content-addressed store, hash-verified

127 return months
128
129 def load_data(self, sits_number, sits_id, months, curr_sits_path):
130 """Needs to be implemented in subclass."""
131 data, days = None, None
132 return data, days
133
134
135class Muds(SitsDataset):

Callers 1

__getitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected