-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "pandas_offset_by_version" to address deprecated offset codes.
* Some pandas offset codes changed in pandas 2.2. If <2.2 offset codes are with >2.2 throws deprecation warnings and if >2.2 codes used with <2.2 throws value errors. Using the new "pandas_offset_by_version" function will used the >2.2 codes and change to the older codes if run with pandas <2.2. * Fixed to_numeric(..., errors="ignore", ...) deprecation warnings. * Fixed resample(..., kind="timestamp", ...) deprecation warnings. * Removed unused FILES block entry for WDM2 and fixed comments ("***" has to be in columns less than 80) in tests/ZRW_WestIndian/HSPF.uci and removed the unused tests/ZRW_WestIndian/HSPF.WDM. * Added missing WDM file in tests/ipwater.
- Loading branch information
Showing
6 changed files
with
84 additions
and
16 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
Binary file not shown.
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
Binary file not shown.