olbermann

Results 7 comments of olbermann

In https://github.com/python/mypy/issues/12017 a mypy collaborator says "If this is an issue, it's an issue with the numpy stubs, so should be reported to the numpy project." and closed the issue...

I checked #1493 and the root cause is the same; the handling in the code is different but I would say both ways are not good.

Sorry, forgot to mention: the error is not occurring every time I run the snippet. If you allow some speculation I would guess that sometimes a request sent to the...

Again the key error is the same as in #1493, #1495

Same as #1493, #1495.

Sure, I followed [README_Docker.md](https://github.com/SynxFlow/SynxFlow/blob/master/README_Docker.md) and just changed the base image as noted above. To me the difference seemed to be CUDA 12 vs. CUDA 11. (I think the CUDA code...

Would you try the same thing for my issue https://github.com/SynxFlow/SynxFlow/issues/51 and replace `0.005` in cuda_flood_solvers.cu by `0.005f` ?