Skip to content

Commit

Permalink
Fix typo, used wrong matrix (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss authored Feb 2, 2024
1 parent 0648ce3 commit 4057cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aequilibrae/paths/linear_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def __calculate_step_direction(self):
sl_step_dir_ll["sdr"],
np.sum(aux_res.temp_sl_link_loading, axis=0)[idx, :, :],
sl_step_dir_ll["sdr"],
sl_step_dir_ll["temp_prev_sdr"],
sl_step_dir_ll["prev_sdr"],
self.betas,
self.cores,
)
Expand Down

0 comments on commit 4057cd7

Please sign in to comment.