forked from ActivitySim/activitysim
-
Notifications
You must be signed in to change notification settings - Fork 1
Improve test stability #4
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
dhensle
merged 34 commits into
RSGInc:estimation_enhancements
from
driftlesslabs:estimation_enhancements
May 15, 2025
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f2d81c9
handle dev versions of Larch
jpn-- 146b2e3
test stability
jpn-- 62c317b
Merge commit '8bccf2f1bfdbb8bc555a246e43f3889352a019b9' into estimati…
jpn-- fd2bed2
pin multimethod < 2.0
jpn-- f2b9715
add availability_expression
jpn-- 1c27b6e
starting est docs
jpn-- bf64b7b
Resolve package version conflicts (#923)
yueshuaing 39c5e12
GitHub Actions updates (#926)
jpn-- 8e17c61
trace proto tables if available, otherwise synthetic population (#901)
dhensle 9991fce
release instructions (#927)
jpn-- 51f45cb
Merge commit '9991fce105f5fd7256358ce1d565c066992c98e3' into estimati…
jpn-- 3c1cd59
when no unavailability parameters are included
jpn-- 07310d2
some general estimation docs
jpn-- 4abb86f
Use pandas 2 for docbuild environment (#928)
jpn-- 258e5ee
Update HOW_TO_RELEASE.md
jpn-- c59dc4c
refactor(shadow_pricing.py): remove a duplicated `default_segment_to_…
asiripanich f901cbf
Merge commit 'c59dc4cdf66e3f53816b00ca28fdbc2ca4fd0c8a' into estimati…
jpn-- 537d9df
fix typo
jpn-- be5d093
fixing disaggregate accessibility bug in zone sampler
aletzdy de6d0ef
Revert "fixing disaggregate accessibility bug in zone sampler"
i-am-sijia 0c056aa
notes on size terms
jpn-- 57b848b
clean up docbuild
jpn-- e490760
Merge branch 'main' into estimation_enhancements
jpn-- f1cc233
fix version check
jpn-- 8182ffa
add some doc
jpn-- 4a6fd54
tidy
jpn-- d04cd46
estimation docs
jpn-- 2499db5
more on alternative avail
jpn-- c629b32
model evaluation
jpn-- 8eed534
add doc on component_model
jpn-- a6e8a0e
documentation enhancements
jpn-- 31a43db
larch6 is now larch>6
jpn-- 44ae846
branch docs on workflow_dispatch
jpn-- b24d44a
missing doc section on model respec
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The git command for tagging a release appears to be incorrect. It should likely use 'git tag -a v1.2.3 -m "Release v1.2.3"' instead of 'git -a v1.2.3 -m "Release v1.2.3"'.