Skip to content

Commit

Permalink
Update asdf_astropy/converters/unit/tests/test_quantity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 23, 2024
1 parent 25271bc commit e686404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asdf_astropy/converters/unit/tests/test_quantity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
def asdf_open_memory_mapping_kwarg(memmap: bool) -> dict:
if minversion("asdf", "3.1.0"):
return {"memmap": memmap}
else:
return {"copy_arrays": not memmap}
return {"copy_arrays": not memmap}

Check warning on line 14 in asdf_astropy/converters/unit/tests/test_quantity.py

View check run for this annotation

Codecov / codecov/patch

asdf_astropy/converters/unit/tests/test_quantity.py#L14

Added line #L14 was not covered by tests


def create_quantities():
Expand Down

0 comments on commit e686404

Please sign in to comment.