Skip to content

Commit

Permalink
fixed bug in configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
MJoosten committed Dec 18, 2024
1 parent 7cdc1a1 commit 9cee8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roodmus/simulation/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _set_config(self, args):
# sample->motion
self.config.sample.motion = config.SampleMotion()
self.config.sample.motion.global_drift = [
float(r) for r in args.global_drift_vec
float(r) for r in args.global_drift_vector
]
self.config.sample.motion.interaction_range = args.interaction_range
self.config.sample.motion.velocity = args.velocity
Expand Down

0 comments on commit 9cee8e9

Please sign in to comment.