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

Add option to fit data to a time varying GEV (#52) #56

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

stellema
Copy link
Member

  • Update gev_fit to include non-stationary distribution parameters

  • Update calc_moments and return_curve for compatability with fit_gev

  • Fix bug in rx5day calculation

  • Add missing fileio.py package dependencies

  • Test only latest python

  • Import all modules when testing

  • Fix deliberate bugs

  • Add missing package

  • Add more missing packages

  • Add another missing package

  • Fix linting errors and ignore W503


* Update gev_fit to include non-stationary distribution parameters

* Update calc_moments and return_curve for compatability with fit_gev

* Fix bug in rx5day calculation

* Add missing fileio.py package dependencies

* Test only latest python

* Import all modules when testing

* Fix deliberate bugs

* Add missing package

* Add more missing packages

* Add another missing package

* Fix linting errors and ignore W503

---------

Co-authored-by: Damien Irving <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #56 (28add95) into master (89fdaa0) will increase coverage by 9.85%.
Report is 12 commits behind head on master.
The diff coverage is 46.80%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   22.67%   32.52%   +9.85%     
==========================================
  Files          18       18              
  Lines        1632     1691      +59     
==========================================
+ Hits          370      550     +180     
+ Misses       1262     1141     -121     
Files Coverage Δ
unseen/tests/conftest.py 95.89% <100.00%> (+2.27%) ⬆️
unseen/moments.py 10.41% <50.00%> (+10.41%) ⬆️
unseen/stability.py 15.18% <38.88%> (+15.18%) ⬆️
unseen/general_utils.py 13.37% <20.83%> (+13.37%) ⬆️

... and 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@DamienIrving DamienIrving merged commit 44f8a62 into master Oct 16, 2023
8 checks passed
@stellema stellema deleted the non_stationary_gev branch October 16, 2023 22:21
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