Skip to content

Commit

Permalink
override valid_slice_att_names
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Mar 4, 2024
1 parent 6058edf commit a2d22ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lcviz/plugins/time_selector/time_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def slice_axis(self):
# global display unit "axis" corresponding to the slice axis
return 'time'

@property
def valid_slice_att_names(self):
return ["time", "dt"]

@property
def user_api(self):
api = super().user_api
Expand Down

0 comments on commit a2d22ee

Please sign in to comment.