Skip to content

Commit

Permalink
Merge pull request #938 from larrybradley/fix-isophote-test
Browse files Browse the repository at this point in the history
Fix ellipse fitting test for new gradient computation
  • Loading branch information
larrybradley committed Aug 14, 2019
2 parents 59a85c0 + 731fdbb commit 202526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photutils/isophote/tests/test_fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_m51(self):
isophote = fitter.fit()

assert isophote.ndata == 382
assert_allclose(isophote.intens, 155.0, atol=0.1)
assert_allclose(isophote.intens, 156.3, atol=0.1)

def test_m51_outer(self):
# sample taken at the outskirts of the image, so many
Expand Down

0 comments on commit 202526b

Please sign in to comment.