Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Aug 11, 2023
1 parent 005cfd1 commit b7757e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion photutils/psf/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ def test_meta(self):

# when 'meta' isn't provided, there should be just three keys
psf_grid = grid_from_epsfs(self.epsfs)
assert list(psf_grid.meta.keys()) == keys
for key in keys:
assert key in psf_grid.meta

# when meta is provided, those new keys should exist and anything
# in the list above should be overwritten
Expand Down

0 comments on commit b7757e5

Please sign in to comment.