mcgeochd

Results 8 comments of mcgeochd

I got a partial fix by altering the end of the generate function in main.py (access by ctrl+left click on "generate" in your IDE, at least in VS code that's...

Just found this in the changelog for meshplex: ![image](https://user-images.githubusercontent.com/51914043/177810496-289130fd-767a-456c-a9e8-92a68a657deb.png) replacing all instances of `node_coords` with `points` is a good place to start, apparently `signed_cell_areas` is no longer a thing too...

This contains all the fixes, just copy paste this into main.py and you should be good to go.

Apologies for taking so long to reply, I think this is something @nschloe would have to step in to fix properly. I only managed to address one of the issues...

Sorry to piggyback on this, I can open another issue if necessary. I'm trying to build netcdf-fortran on windows 10 using my WSL2 Ubuntu instance, I've cloned the repository using...

I fixed a problem where the GeoJson polygons have to have the same first and last point, which I had missed previously, but the output is still full of errors:...

@LeafmanZ I went to https://www.nvidia.com/download/find.aspx to search for 515, but the oldest I found for my card, a 2070 super, was 527.56. Is there a version compatible with a 2070...

> Try it the driver and then see if nvidia-smi returns 11.8. I use ubuntu so idk tbh. I can give it a go, but Table 3 in https://docs.nvidia.com/deploy/cuda-compatibility/index.html seems...