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

Turn warning into an error. #83

Closed

Conversation

ioannis-vm
Copy link
Contributor

Also reorders the branches of the if statement to avoid excessive indentation.

Type checking warnings are addressed in #82 .

@ioannis-vm ioannis-vm force-pushed the 2024-12_update_warning branch from c7dd540 to 77980e8 Compare December 6, 2024 11:46
@ioannis-vm ioannis-vm changed the base branch from master to develop December 6, 2024 11:47
ioannis-vm and others added 28 commits December 6, 2024 03:47
Build the docs based on the `master` branch instead of the `docs`
branch.
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).
Renaming for the sake of clarity - see corresponding comment in PR review.
Replace small arbitrary float with the actual first positive number
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
@ioannis-vm ioannis-vm force-pushed the 2024-12_update_warning branch from 77980e8 to 457bdd3 Compare December 6, 2024 11:55
@ioannis-vm ioannis-vm closed this Dec 6, 2024
@ioannis-vm ioannis-vm deleted the 2024-12_update_warning branch December 6, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants