Skip to content

Commit

Permalink
Merge pull request #112 from aoeftiger/patch-1
Browse files Browse the repository at this point in the history
Update 001b_build_particles_shift.py
  • Loading branch information
giadarol authored Apr 22, 2024
2 parents 71549d1 + bc6b772 commit 712c321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Choose a context
ctx = xo.ContextCpu()

# Built a set of three particles with different x coordinates
# Built a set of three particles with different y coordinates
particles = xp.build_particles(mode='shift', particle_ref=p0, y=[1,2,3],
_context=ctx)

Expand Down

0 comments on commit 712c321

Please sign in to comment.