Skip to content

Commit

Permalink
fix bug in reflow (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- authored Apr 3, 2024
1 parent 5111c79 commit bb437b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions activitysim/core/interaction_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,7 @@ def to_series(x):
retrace_eval_data_ = pd.concat(retrace_eval_data, axis=1)
retrace_eval_parts_ = pd.concat(retrace_eval_parts, axis=1)

re_sh_flow_load = sh_flow.load(
dtype=np.float32,
)
re_sh_flow_load = sh_flow.load(sh_tree, dtype=np.float32)
re_sh_flow_load_ = re_sh_flow_load[re_trace]

look_for_problems_here = np.where(
Expand Down

0 comments on commit bb437b3

Please sign in to comment.