Skip to content

Commit

Permalink
Clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Dec 17, 2022
1 parent c484a77 commit ce4a975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_to_from_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def test_to_pandas():

n_particles = 1000
capacity = 3000
n_particles = 3
capacity = 5
part = xp.Particles(_capacity=capacity, _context=context,
x=np.random.uniform(low=-1e-6, high=1e-6, size=n_particles),
px=np.random.uniform(low=-1e-6, high=1e-6, size=n_particles),
Expand Down

0 comments on commit ce4a975

Please sign in to comment.