-
Notifications
You must be signed in to change notification settings - Fork 32
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
update develop with recent changes in master #91
Closed
Closed
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
merging `develop` branch into `master` branch ahead of the next release
Now RVs in the UQ module support variable parameters, meaning that in each realization a value can be drawn from the same family but with predefined parameters that differ between realizations. The implementation envisions support for multiple RV classes, but currently only Normal and LogNormal support variable parameters.
Replace "fixed" with "constant" whenever applicable.
Extract the part where we verity that the probability difference is positive from Normal to the RandomVariable class and apply to all RVs.
Replacing all non-positive `a` values, instead of only replacing 0 values.
We treat an unspecified `theta` as "constant parameters" (across realizations).
Build the docs based on the `master` branch instead of the `docs` branch.
Update docs workflow.
Renaming for the sake of clarity - see corresponding comment in PR review.
Replace small arbitrary float with the actual first positive number
Add support for variable parameter RVs.
The pelicun logo was originally pulled from the gh-pages branch but with the new docs it is no longer available at that location. Instead, we can have it sourced from the master branch which seems much more appropriate
minor fixes before release
In such cases, return {'DL': 'N/A'} from the auto-pop for the asset. We already have an example when running potable water networks in Hazus EQ
R2D does not explicitly specifies the desired outputs for regional simulations. With this updated, we remove the request for loss results when the auto-pop script does not specify loss simulations.
Remove redundant material which is now available in the documentation.
- Eliminate redundant line breaks in notebook output. - Convert validation tests into examples, which can be refined later.
They result in warnings when the documentation is built.
Fixes and minor extensions to support all workflows in R2D
Update Docs.
Remove `_raw_sample` from `Empirical` RVs.
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.
No description provided.