Fixed tests for squeeze morph warnings#295
Conversation
sbillinge
left a comment
There was a problem hiding this comment.
one small comment.
Further to that comment, I maintain a file ~/dev.txt that contains
scikit-package
gh
pre-commit
so I can just do conda install --file ~/dev.txt whenever I build a new env. Then I have all my dev tooling available. Entropy reduction.....
news/squeeze_tests.rst
Outdated
| @@ -0,0 +1,23 @@ | |||
| **Added:** | |||
|
|
|||
| * <news item> | |||
There was a problem hiding this comment.
this needs a no-news I think.
easiest is to install scikit-package in your development conda env and the you can use
package add news -n "briefly why a news is not needed"
then git add news and git commit -m news
Yea, I should set this up. I was working in an environment that is at least 2 years old. |
* Robust warning handling * News * Nonews
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #295 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 24 24
Lines 1480 1494 +14
=======================================
+ Hits 1479 1493 +14
Misses 1 1
🚀 New features to boost your workflow:
|
Closes #288