Skip to content

Commit

Permalink
revert debugging separation
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 23, 2024
1 parent 00ade24 commit fd9e9a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jdaviz/configs/cubeviz/plugins/slice/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ def _initialize_location(self, *args):
continue
slice_values = viewer.slice_values
if len(slice_values):
new_value = slice_values[int(len(slice_values)/2)]
self.value = new_value
self.value = slice_values[int(len(slice_values)/2)]
self._indicator_initialized = True
return

Expand Down

0 comments on commit fd9e9a9

Please sign in to comment.