Skip to content
Snippets Groups Projects
Commit fe96fc85 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Debugged missing selfes

parent a7ccf0c5
No related branches found
No related tags found
1 merge request!1To class
...@@ -179,7 +179,7 @@ class Tzis(): ...@@ -179,7 +179,7 @@ class Tzis():
def _sel_range_for_chunk(self, ds, startindex, endindex, chunkdim): def _sel_range_for_chunk(self, ds, startindex, endindex, chunkdim):
if chunkdim == "time" : if chunkdim == "time" :
return self._sel_range_for_chunk_by_time(self, ds, startindex, endindex) return self._sel_range_for_chunk_by_time(ds, startindex, endindex)
else: else:
raise ValueError('Other chunk dimensions than "time" are not supported yet.') raise ValueError('Other chunk dimensions than "time" are not supported yet.')
......
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