Closed lwgray closed 2 years ago
Merging #1224 (7ccd8a5) into develop (62423f4) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #1224 +/- ##
========================================
Coverage 90.45% 90.45%
========================================
Files 91 91
Lines 5135 5135
========================================
Hits 4645 4645
Misses 490 490
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 62423f4...7ccd8a5. Read the comment docs.
This PR fixes #1218 which reported technical debt in which there were several try/except clauses within tests that needed to be removed. This was first identified by @rebeccabilbro in PR #1197
I have made the following changes:
[X] Is the commit message formatted correctly?
[ ] Included a sample plot to visually illustrate your changes?
[ ] Do all of your functions and methods have docstrings?
[X] Have you added/updated unit tests where appropriate?
[ ] Have you updated the baseline images if necessary?
[X] Have you run the unit tests using
pytest
?[X] Is your code style correct (are you using PEP8, pyflakes)?
[ ] Have you documented your new feature/functionality in the docs?
make html
?