Skip to content

Commit

Permalink
Add a to-do about a test for unit conversion with equivalency
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Sep 19, 2024
1 parent 529bb74 commit 35d2d96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,5 @@ def test_cube_fit_after_unit_change(cubeviz_helper, spectrum1d_cube_fluxunit_jy_
model_flux = cubeviz_helper.app.data_collection[-1].get_component('flux')
assert model_flux.units == 'Jy / sr'
assert np.allclose(model_flux.data[:, :, 1], expected_result_slice * 1e6)

# ToDo: Add a test for a unit change that needs an equivalency

0 comments on commit 35d2d96

Please sign in to comment.