Skip to content

Commit

Permalink
This parameterized test takes a while, marking it slow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Dec 17, 2024
1 parent 629fa62 commit 596c720
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def _compare_table_units(orig_tab, new_tab, orig_flux_unit=None,
assert_quantity_allclose(orig_converted, new, rtol=1e-03)


@pytest.mark.slow
@pytest.mark.parametrize("flux_unit", [u.Unit(x) for x in SPEC_PHOTON_FLUX_DENSITY_UNITS])
@pytest.mark.parametrize("angle_unit", [u.sr, PIX2])
@pytest.mark.parametrize("new_flux_unit", [u.Unit(x) for x in SPEC_PHOTON_FLUX_DENSITY_UNITS])
Expand Down

0 comments on commit 596c720

Please sign in to comment.