Skip to content

Commit

Permalink
Pass the correct quantities to run_vmap (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Jan 18, 2024
1 parent 0536100 commit fb2a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galax/dynamics/mockstream/_mockstream_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run(
)

if vmapped:
lead_arm_qp, trail_arm_qp = self._run_vmap(ts, prog_w0, prog_mass)
lead_arm_qp, trail_arm_qp = self._run_vmap(ts, mock0_lead, mock0_trail)
else:
lead_arm_qp, trail_arm_qp = self._run_scan(ts, mock0_lead, mock0_trail)

Expand Down

0 comments on commit fb2a422

Please sign in to comment.