mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
tests: add some fuzz to bullet plane shape testing
Needed to unbreak the test suite on macOS.
This commit is contained in:
parent
835a895c51
commit
cf451bde23
@ -117,7 +117,7 @@ def test_plane_shape():
|
||||
assert type(shape) is type(shape2)
|
||||
assert shape.margin == shape2.margin
|
||||
assert shape.name == shape2.name
|
||||
assert shape.plane_normal == shape2.plane_normal
|
||||
assert shape.plane_normal.almost_equal(shape2.plane_normal, 0.1)
|
||||
assert shape.plane_constant == shape2.plane_constant
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user