Skip to content
Snippets Groups Projects
Commit 810952ac authored by Simon Grasse's avatar Simon Grasse
Browse files

fix: missing return when converting to frequency

parent 4966c8c3
No related branches found
No related tags found
1 merge request!11Creation of first beta release version
......@@ -37,7 +37,7 @@ class TimeSample:
@property
def frequency(self):
TIME_FREQUENCIES[self.sampling]
return TIME_FREQUENCIES[self.sampling]
def as_cf_index(self):
n_days = (self.end - self.start).days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment