Skip to content

Commit

Permalink
Update SoA Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 9, 2024
1 parent 15f26db commit 60ae74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_soa.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_soa_init():
print("num int components", soa.num_int_comps)
assert soa.num_real_comps == 3 and soa.num_int_comps == 1

soa.define(1, 3)
soa.define(1, 3, ["x", "y", "z", "w"], ["i1", "i2", "i3", "i4"])
print("--test define --")
print("num real components", soa.num_real_comps)
print("num int components", soa.num_int_comps)
Expand Down

0 comments on commit 60ae74b

Please sign in to comment.