Skip to content

Commit

Permalink
fix codestyle from parent branch refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 16, 2024
1 parent 1c003ae commit 405a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/core/marks.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def set_y_unit(self, unit=None):

if ('_pixel_scale_factor' in spec.meta):
eqv += _eqv_pixar_sr(spec.meta['_pixel_scale_factor'])

# add equiv for flux <> flux/pix2
eqv += _eqv_flux_to_sb_pixel()

Expand Down

0 comments on commit 405a11d

Please sign in to comment.