-
Notifications
You must be signed in to change notification settings - Fork 9
Rtd warning fix #100
Rtd warning fix #100
Conversation
Codecov Report
@@ Coverage Diff @@
## master #100 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 633 633
=========================================
Hits 633 633 Continue to review full report at Codecov.
|
Could you also update PGMax/.github/workflows/ci.yaml Line 17 in 1f9633b
Also, should we change this fail on warning behavior Line 11 in 1f9633b
|
So for the first point, I'm not sure if we want to test both 3.7 and 3.8 (it'll double the time taken for running CI). I'm happy to put it in if you'd like, but maybe we can just test 3.8 (because we'd expect it to work on 3.7 if it works on 3.8)? For the second part, this flag is saying that if there are any warnings, then RTD will fail (if there are errors, it will also fail by default). I'll update CI to make it fail on warnings! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
OK let's keep CI testing for only python 3.7 for now. But it would be good if we at least do one test somewhere to make sure all tests pass for python 3.8. Maybe you can manually kick off a run on a branch of yours with python 3.8? Just want to make sure nothing breaks unexpectedly.
Sounds good! I ran tests locally with a python 3.8 env and everything worked! |
Should fix warnings and issues with the RTD build!