-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add doctest of modules to workflow, fix modules so they pass #247
Conversation
0f08b56
to
014a1bb
Compare
Codecov Report
@@ Coverage Diff @@
## main #247 +/- ##
==========================================
+ Coverage 92.63% 93.71% +1.08%
==========================================
Files 49 49
Lines 3517 3517
==========================================
+ Hits 3258 3296 +38
+ Misses 259 221 -38
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
8e639e8
to
3f0954c
Compare
f270f97
to
87edac8
Compare
@bwohlberg Any ideas on why the readthedocs build is failing? I notice it is (1) throwing |
d762ed9
to
160379a
Compare
It doesn't seem to be related to anything in this PR. Presumably a recent change in one of the docs dependencies, possibly |
160379a
to
aaade0b
Compare
Fixed in #248. |
Also gets the "unit tests / pytest" action to correctly install astra-toolbox and therefore not skip
test_radon_astra.py.
Addresses https://github.com/scici/scico/issues/233