| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #1175 +/- ##
=======================================
Coverage 86.25% 86.25%
=======================================
Files 1 1
Lines 291 291
=======================================
Hits 251 251
Misses 40 40
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Sorry, something went wrong.
| } | ||
| double dd = Runtime.PyFloat_AsDouble(op); | ||
| Runtime.CheckExceptionOccurred(); | ||
| if (dd == -1.0) |
There was a problem hiding this comment.
Knowing the funny behavior of floating-point comparisons, it would be good to have two test cases for this conversion passing and failing.
Sorry, something went wrong.
| install: | ||
| - python -m pip install -U pip | ||
| - pip install --upgrade -r requirements.txt --quiet | ||
| - pip install install pycparser --quiet |
There was a problem hiding this comment.
This looks wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, apparently it's wrong, never thought it works.😂
This line is due to requirements.txt declared won't pycparser be install on windows, but setup process need it.
Sorry, something went wrong.
|
I'd prefer the --no-index part to be a separate PR |
Sorry, something went wrong.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Fro saving unnecessary costs.
Does this close any currently open issues?
...
Any other comments?
...
Checklist
Check all those that are applicable and complete.