Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharrow Compile Crash #811

Open
dhensle opened this issue Feb 22, 2024 · 0 comments
Open

Sharrow Compile Crash #811

dhensle opened this issue Feb 22, 2024 · 0 comments
Labels
Bug Something isn't working/bug f

Comments

@dhensle
Copy link
Contributor

dhensle commented Feb 22, 2024

Describe the bug
ActivitySim "crashed" when running in sharrow compile mode. This happened in non-mandatory tour scheduling. Additionally, the model did not actually crash because the skims file did not close. (Memory trace shows it "running" almost 12 hours after it hit the error!)

To Reproduce

activitysim run ^
    -c activitysim-prototype-mtc\configs_sh_compile ^
    -c activitysim-prototype-mtc\ext-configs ^
    -c activitysim-prototype-mtc\configs ^
    -d data_full ^
    -o outputs\full_sharrow_compile ^
    --data_model activitysim-prototype-mtc\data_model

Running with household_sample_size is set to 100.

Screenshots
image

Additional context
Also interesting is that the model didn't actually crash out since it couldn't close the skims file:
21/02/2024 22:55:45.612 - WARNING - py.warnings - C:\Users\david.hensle\.conda\envs\dhensle_activitysim\lib\site-packages\tables\file.py:113: UnclosedFileWarning: Closing remaining open file: data_full\skims.omx warnings.warn(UnclosedFileWarning(msg))

Full log file for reference: activitysim.log

I was using the school escort optimization branch, but that passed all of it's tests and I don't see why the changes there would matter, particularly for non-mandatory tour scheduling.

@dhensle dhensle added the Bug Something isn't working/bug f label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working/bug f
Projects
None yet
Development

No branches or pull requests

1 participant