You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The model crashes during non_mandatory_tour_frequency when trying to compile sharrow using our small test data as inputs using the latest code on Main:
IndexError: Boolean array size 1824 is used to index array with shape (96, 210).
The model runs to completion when not running in compile mode. It also crashes using v1.2.2. It is difficult to find the exact commit that causes the issue as we have been mostly using branches on CS's forked repository for the last 6 months or so. It does run to completion using an older environment which I believe is using the explict-chunk-with-config branch.
To Reproduce
Steps to reproduce the behavior:
Run the following with PSRC configs and test data, which I can provide.
activitysim run -c configs_sh_compile -c configs_dev -d data_test -o output_test
I see you are running with household debug tracing. We have not been testing with tracing in the benchmarking tests, which could cause some oversight (as I raised on the Thursday call).
But this one it seems more Sharrow related, when it's indexing in sh_utility_fat. Are you able to run sharrow without household debug tracing?
Thanks @i-am-sijia! I tested running with tracing off and it did not crash so we are able to compile sharrow. I also tried testing with sharrow and it does not crash when tracing is off, but it does crash when tracing is on. So we will run with tracing turned off!
Describe the bug
The model crashes during non_mandatory_tour_frequency when trying to compile sharrow using our small test data as inputs using the latest code on Main:
IndexError: Boolean array size 1824 is used to index array with shape (96, 210).
The model runs to completion when not running in compile mode. It also crashes using v1.2.2. It is difficult to find the exact commit that causes the issue as we have been mostly using branches on CS's forked repository for the last 6 months or so. It does run to completion using an older environment which I believe is using the explict-chunk-with-config branch.
To Reproduce
Steps to reproduce the behavior:
activitysim run -c configs_sh_compile -c configs_dev -d data_test -o output_test
I can provide the test data.
activitysim.log
The text was updated successfully, but these errors were encountered: