-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return results instead of none when CODS soiling signal is small (#400)
* return results instead of none * change dep. less_precise to rtol in assert * flake8 fix missing whitespace * flake8 fix missing whitespace * specify dtype seasonal_samples * Re run notebook * add CODS small signal test * update arch version * update packages re-run notebook * update change log * Add arch bump to the changelog --------- Co-authored-by: Michael Deceglie <[email protected]> Co-authored-by: Michael Deceglie <[email protected]>
- Loading branch information
1 parent
147962b
commit 250e412
Showing
9 changed files
with
4,111 additions
and
4,153 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ rdtools.egg-info* | |
.\#* | ||
|
||
*.pickle | ||
|
||
# ignore vscode settings | ||
.vscode/ |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
******************************** | ||
v2.2.0-beta.2 (December 1, 2023) | ||
******************************** | ||
|
||
Enhancements | ||
------------ | ||
* Return CODS results without bootstrapping when soiling signal | ||
is small but raise warning ``soiling.py`` (:issue:`367` :pull:`400`) | ||
|
||
Bug fixes | ||
--------- | ||
* Fix flake8 missing whitespaces ``bootstrap_test.py``, ``soiling_cods_test.py`` (:pull:`400`) | ||
* Specify dtype for seasonal samples ``soiling.py`` (:pull:`400`) | ||
* Update deprecated `check_less_precise` to `rtol` ``soiling_cods_test.py`` (:pull:`400`) | ||
|
||
Requirements | ||
------------ | ||
* Bump arch to 5.6.0 in ``requirements.txt`` | ||
|
||
Contributors | ||
------------ | ||
* Martin Springer (:ghuser:`martin-springer`) | ||
* Michael Deceglie (:ghuser:`mdeceglie`) |
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
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