You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct.
Yes, we notice similar crashes in our CI testings. It's still unclear to us why and where it happens, as none of us is developing PyGMT under Windows.
You have two options:
Re-run the script again. Sometimes it crashes, but sometimes it works well
Directly use the GMT remote file, i.e., KWARGS = dict(grid="@earth_relief_01s",region=region, projection='M4i',frame=True, E=300), instead of using the pygmt.datasets.load_earth_relief, which loads the grid into memory.
Description of the problem
Giving me the following error
I am using conda environment in Windows
The text was updated successfully, but these errors were encountered: