Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 16, 2024
1 parent c7801cc commit 32bc951
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions glue/core/tests/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,17 +333,6 @@ def test_astropy_compound_units():
assert unit2 is unit


@requires_astropy
def test_astropy_compound_units():
import astropy.units as u
unit = u.m / u.s
unit2 = clone(unit)
assert unit2 == unit
unit = u.W / u.m**2 / u.nm
unit2 = clone(unit)
assert unit2 == unit


class DummyClass(object):
pass

Expand Down

0 comments on commit 32bc951

Please sign in to comment.