Skip to content

Commit

Permalink
Merge pull request #1673 from larrybradley/psfutils-test
Browse files Browse the repository at this point in the history
Fix failing test on i386
  • Loading branch information
larrybradley committed Nov 27, 2023
2 parents c2c4e92 + 05de08e commit a955e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photutils/psf/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_interpolate_missing_data():
assert 54 <= data_int[5, 5] <= 56

data_int = _interpolate_missing_data(data, mask, method='cubic')
assert data_int[5, 5] == 55
assert 54 <= data_int[5, 5] <= 56

match = "'data' must be a 2D array."
with pytest.raises(ValueError, match=match):
Expand Down

0 comments on commit a955e84

Please sign in to comment.