forked from ActivitySim/activitysim
-
Notifications
You must be signed in to change notification settings - Fork 2
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
latest updates from other PRs #11
Merged
i-am-sijia
merged 29 commits into
wsp-sag:data-type-op-pd-cat
from
camsys:data-type-op-pd-cat
Feb 13, 2024
Merged
latest updates from other PRs #11
i-am-sijia
merged 29 commits into
wsp-sag:data-type-op-pd-cat
from
camsys:data-type-op-pd-cat
Feb 13, 2024
Conversation
This file contains 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
…_tour_frequency_alternatives.csv
use feather and pickle for faster loading split x_ca processing into idca using chunking_size
and update comments default behavior does not change, to enable use of feather and the use of chunking, do this: # load from original model, data = component_model(modelname, return_data=True, alt_values_to_feather=True, chunking_size=chunking_size)
…into location_estimation_patch
Moved 'tot_tours' from nm tour frequency script to alternatives file
…_estimation_patch Add options to handle larger dataset for location models
…gfix added stricter joining of annotated fields
…ter_fix Vehicle Type Alts Filtering Bug Fix
# Conflicts: # activitysim/abm/models/vehicle_type_choice.py
i-am-sijia
pushed a commit
that referenced
this pull request
Feb 21, 2024
Updated Model Component Documentation
i-am-sijia
pushed a commit
that referenced
this pull request
Apr 19, 2024
…ySim#777) * School escorting estimation updates Most changes are needed to avoid crash if estimation run actually had no school escorting in the input data * blacken * updating to work with Pydantic and State object * adding missed columns necessary for no school escorting * blacken * handling zero escorting cases * removing duplicate code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR solves the conflicts between the latest develop branch with all other PR's. @i-am-sijia merge this then we should be good to go to accept the final PR and make a version 1.3 release.