-
Notifications
You must be signed in to change notification settings - Fork 118
Trip Scheduling Choice -- Same Results Single Process and Multi-Process #1005
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
41e9a04
single process run with
juangacosta 39de183
Merge pull request #9 from juangacosta/trip_scheduling_rng_fix
juangacosta 5024ccb
ensured schedule order when generating alternatives
juangacosta 437aa76
Merge branch 'trip_scheduling_rng_fix' of https://github.com/RSGInc/a…
juangacosta 41edca3
trip scheduling choice test fix
juangacosta c6b65f8
scheduling choice fix with linting
juangacosta 75c4024
trip departture choice test fix
juangacosta 141f876
deleted extra outputs folder
dhensle 22d662f
restoring deleted arc test files
dhensle 3246168
deleting extra added files
dhensle 84ac97b
more file cleanup
dhensle f07ec1d
removing arc from CI test list
dhensle 8f52e7c
improved testing (#10)
jpn-- 4cef631
addressing review comments
dhensle 4124ea6
Merge branch 'main' into trip_scheduling_rng_fix
jpn-- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
activitysim/abm/test/test_misc/configs_test_misc/network_los.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # read cached skims (using numpy memmap) from output directory (memmap is faster than omx ) | ||
| read_skim_cache: False | ||
| # write memmapped cached skims to output directory after reading from omx, for use in subsequent runs | ||
| write_skim_cache: True | ||
|
|
||
| zone_system: 1 | ||
|
|
||
| taz_skims: skims.omx | ||
|
|
||
| skim_time_periods: | ||
| time_window: 1440 | ||
| period_minutes: 60 | ||
| periods: [0, 3, 5, 9, 14, 18, 24] # 3=3:00-3:59, 5=5:00-5:59, 9=9:00-9:59, 14=2:00-2:59, 18=6:00-6:59 | ||
| labels: ['EA', 'EA', 'AM', 'MD', 'PM', 'EV'] |
9 changes: 9 additions & 0 deletions
9
activitysim/abm/test/test_misc/configs_test_misc/settings_60_min.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| zone_system: 1 | ||
|
|
||
| taz_skims: z1_taz_skims.omx | ||
|
|
||
| skim_time_periods: | ||
| time_window: 1440 | ||
| period_minutes: 60 | ||
| periods: [0, 6, 11, 16, 20, 24] | ||
| labels: ['EA', 'AM', 'MD', 'PM', 'EV'] |
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.