Skip to content

Commit

Permalink
fix bug in tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Nov 29, 2023
1 parent 7a7ee04 commit f5ce553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/core/interaction_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def to_series(x):
),
dtype=np.float32,
)
sh_utility_fat = sh_utility_fat[trace_rows, :]
# sh_utility_fat = sh_utility_fat[trace_rows, :]
sh_utility_fat = sh_utility_fat.to_dataframe("vals")
try:
sh_utility_fat = sh_utility_fat.unstack("expressions")
Expand Down

0 comments on commit f5ce553

Please sign in to comment.