Skip to content

Commit

Permalink
Test hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzu-Typ committed Nov 30, 2020
1 parent 13bd124 commit e3a44aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyGLM_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def test_array_types():

assert glm.array.as_reference(mv) == arr
assert glm.array.as_reference(mv).reference == mv
assert glm.array.as_reference(mv).address == arr.address
assert glm.array.as_reference(arr).address == arr.address

assert len(arr) == 2, arr
assert arr.typecode == "f", arr
Expand Down

0 comments on commit e3a44aa

Please sign in to comment.