Skip to content

Commit

Permalink
update data gen
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 14, 2024
1 parent e5abf28 commit db607b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def run_readdy(
# set initial particle state and configure observations
for config in particles_config:
particle_name = config["name"]
particle_positions = config["positions"]
particle_positions = config["initial_positions"]
simulation.add_particles(particle_name, particle_positions)
simulation.observe.number_of_particles(
stride=1,
Expand Down

0 comments on commit db607b6

Please sign in to comment.