Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Resolved precision error
  • Loading branch information
sugam45 committed Mar 17, 2020
1 parent c28331d commit 1532a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointpats/tests/test_centrography.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_centrography_mar(self):
np.testing.assert_array_almost_equal(min_x, [36.40165, 104.61744])
np.testing.assert_array_almost_equal(min_y, [ 4.0872803, 30.417528 ])
np.testing.assert_array_almost_equal(max_x, [75.599075, -0.7261505])
np.testing.assert_array_almost_equal(max_y, [107.913445, 73.47376 ])
np.testing.assert_array_almost_equal(max_y, [107.913445, 73.47376251220703 ])

def test_centrography_mbr(self):
min_x, min_y, max_x, max_y = minimum_bounding_rectangle(self.points)
Expand Down

0 comments on commit 1532a9b

Please sign in to comment.