-
Notifications
You must be signed in to change notification settings - Fork 56
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
Reduce DeprecationWarnings in Testing #477
Comments
Revisit DeprecationWarnings after #483 completed |
test_climatologies.py (87 passed, 2 warnings in 33.44s)
Outside packages:
Internal Packages:
|
test_interpolation.py (
External Packages:
Internal Packages:
|
test_meteorology.py (
External Packages:
Internal Packages:
|
test_gradient.py (7 passed, 3 warnings in 10.89s)
Internal Packages:
|
test_stats.py (24 passed, 21 warnings in 7.83s)
Internal Packages:
External Packages:
|
CI.yml link checker
|
CI Upstream
|
Upload geocat-comp to PyPi
|
Describe the feature you'd like added to this project
Existing tests have a number of warnings being thrown due to
DeprecationWarning
andUserWarnings
and some clean up for reducing redirects and refreshing docsDescribe the solution you'd like
Updated scripts to account for deprecation warnings for using
setup.py
as well as warnings associated with redirecting links in the docsTest scripts will continue to throw warnings associated with
dask data.chunks
,heat_index
, andinterpolation out of bounds
, since these will be handled in upcoming issues (#593 and #596)The text was updated successfully, but these errors were encountered: