cfriedland5

Results 3 comments of cfriedland5

In some cases these methods can write to a file so as a workaround I've created a temporary file, used OCCT to write to the file, and then read the...

I think I have the same issue, but in my case it's a call to `os.getcwd()` from outside of joblib. As far as I can tell it's caused by the...

There is the trap where `str` is a subtype of `Collection[str]` to watch out for, but since type checkers are supposed to select the first matching overload this improvement should...