Skip to content

Commit

Permalink
readd accidentally deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed May 31, 2024
1 parent 77fe6db commit c26c5e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def test_to_unit(cubeviz_helper):

value = uc.to_unit(cubeviz_helper, data, cid, values, original_units, target_units)

# will be a uniform array since not wavelength dependent
# so test first value in array
assert np.allclose(value[0], 4.800000041882413e-08)

Expand Down

0 comments on commit c26c5e1

Please sign in to comment.