mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
fixed asser_array_equal line
This commit is contained in:
parent
a9dd8fb540
commit
d950cefca7
1 changed files with 1 additions and 1 deletions
|
|
@ -129,4 +129,4 @@ def test_start_and_end_at_same_point():
|
|||
line = DashedLine(np.zeros(3), np.zeros(3))
|
||||
line.put_start_and_end_on(np.zeros(3), np.array([0, 0, 0]))
|
||||
|
||||
np.testing.assert_array_equal(np.round(np.zeros(3), 4), np.round(line.points, 4))
|
||||
np.testing.assert_array_equal(np.round(line.points, 4), np.round(np.zeros((4,3)),4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue