Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tzis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
data-infrastructure-services
tzis
Commits
fe96fc85
Commit
fe96fc85
authored
3 years ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Debugged missing selfes
parent
a7ccf0c5
No related branches found
No related tags found
1 merge request
!1
To class
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tzis/tzis.py
+1
-1
1 addition, 1 deletion
tzis/tzis.py
with
1 addition
and
1 deletion
tzis/tzis.py
+
1
−
1
View file @
fe96fc85
...
@@ -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.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment