Martin de La Gorce
Martin de La Gorce
@seperman I can prepare a pull request to add an argument rel_tol to the DeepDiff constructor if that can help.
Noticed this issue is quite similar to https://github.com/Toblerity/rtree/issues/172.
@MichaelAquilina I see that some other PRs have remained open for a while. Do you think you will have a chance to look at this PR anytime soon?
actually it seems to be working when using directly pydocstyle, but not when done through flake8 so it seems like it is a flake8 problem instead.
I am not sure to understand why option 1 would be fragile. What do you think could break this solution? If flake8 does not handle error messages with ":" then...
"a single plugin doing it wrong" not sure to have enough context to understand why using a ":" in the error message is wrong. Is it wrong independently of flake8's...
Would that mean create a new repository https://github.com/imageio/imageio-freeimage (similarly to what is done for opencv with https://github.com/imageio/imageio-ffmpeg) that would simply package the freeimage dll in a python wheel and maybe...
I am currently using `"image_{c:02d}.png"` when creating images and would like to be able to use the same string when parsing image file names in order to avoid having to...
I implemented a small package called [postponed](https://github.com/martinResearch/postponed) that provides a functionality similar to Joblib's `delayed` but provides a better support for type checks and autocompletion with pylance. This is achieved...
That would be great, especially if the precompiled wheels are uploaded on Pypi.org! It would be amazing to have it added in Scipy https://github.com/scipy/scipy/issues/13480. Maybe a python rewrite of the...