-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add xr.apply_ufunc wrapper to fit_gev (#58)
* Wrap fit_gev in xr.apply_ufunc * Update fit_gev and check_gev_fit * Add scipy minimum version For scipy.stats.goodness_of_fit * Create test_eva.py Add some tests for fit_gev * Update general_utils.py Update apply_ufunc kw to dask="allowed". Add pvalue alpha to check_gev_fit. * Update test_eva.py Add non stationary gev fit tests * Update test_eva assertions and update fit_gev return type * Update pre-commit.yml * Update .pre-commit-config.yaml (run pre-commit autoupdate) * Fix E721 lint error * Update test_eva.py (fix nanosecond warning) * Update fit_gev dask options and edit test_eva docstrings * Add xclim min version to ci/environment.yml --------- Co-authored-by: Damien Irving <[email protected]>
- Loading branch information
1 parent
c850bea
commit 26f5650
Showing
7 changed files
with
411 additions
and
135 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.