jpmaterial

Results 10 comments of jpmaterial

I had this issue (in conda) due to (apparently) incompatible scipy/numpy/Python versions: - numpy 1.19.2 / scipy 1.7.3 / Python 3.8.8: works - numpy 1.19.2 / scipy 1.8.0 / Python...

@rgommers I noticed that you have to add the Python version into the mix (see my updated comment). So the repro would have to be `conda create -n repro python=3.8.8;...

@tomMoral I'd also be interested in why this works.

I don't see any reason for WinDirStat to ever display cloud-only files or their size. WinDirStat is about managing the local drive, not managing the content of your cloud storage.

> This is exactly the opposite of what I was trying to describe. I know, I just think you're not going far enough.

That's a bias of the simplification. In my actual usage, the `chdir` is done in a testcase (to cleanly check which files are/aren't created) and the `Parallel` is buried deep...

Since this concerns a testcase, I don't even need the most elegant solution. A possibility/hack to reset the loky backend would be enough.

n_job**s** and no, doesn't work for me: import os import tempfile from joblib import delayed, Parallel from joblib.executor import get_memmapping_executor import numpy as np def stochastic_function(max_value): """Randomly generate integer up...

Mirroring b's vertices and thus turning its triangles inside out seems to be a necessary precondition for this bug.

Sorry if I was misleading, I only have a PR reproducing the problem. And my guess would be that that check does not work if one mesh is inside-out.