Skip to content

Commit

Permalink
Update tests/module/mobject/text/test_texmobject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl authored Oct 26, 2023
1 parent 976975c commit 1b3c317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/module/mobject/text/test_texmobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def test_multi_part_tex_with_empty_parts():
for one_part_glyph, multi_part_glyph in zip(
one_part_fomula.family_members_with_points(),
multi_part_formula.family_members_with_points(),
strict=True,
):
np.testing.assert_allclose(one_part_glyph.points, multi_part_glyph.points)

Expand Down

0 comments on commit 1b3c317

Please sign in to comment.