-
Notifications
You must be signed in to change notification settings - Fork 229
Kernel dies if an additional subset map is added #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👋 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. |
I think that |
Hmm, I created several other maps in the same manner, however, using different projections and everything worked so far without having 6.1.1 |
I confirm that this crashes the kernel on my system using the most up to date versions of gmt and pygmt (as of about a week ago...)
And, the crash is unrelated to |
That's strange since in another figure I perform nearly the same, except that I use two different projections for the subsets (https://github.com/michaelgrund/GMT-plotting/blob/master/009_paper_GR2020/pygmt_jn_fig_2/GR_2020_Fig_2.ipynb). It seems that it crashes if multiple times the same projection is used... |
I can confirm that it's an upstream GMT bug. @PaulWessel Please see if you can fix it in GMT. |
I take it the equivalent shell script works fine? |
Yes, please also note that the two |
Also sinks MATLAB. |
See GenericMappingTools/pygmt#569 and discussion.
See GenericMappingTools/pygmt#569 and discussion.
See GenericMappingTools/pygmt#569 and discussion.
@michaelgrund The bug was fixed in the upstream GMT and a new GMT release (GMT 6.1.1) will be available in the next few days. We will close the issue when PyGMT bumps the minimum required GMT version to 6.1.1. |
See GenericMappingTools/pygmt#569 and discussion. Co-authored-by: Paul Wessel <[email protected]>
Great to hear! |
Closing as we've bumped up the minimum GMT version to 6.1.1 in #577. The code should work now to produce this plot: |
yes after updating to 6.1.1 it works, thanks for your efforts!!! |
Hey guys,
I recently tried to generate a figure in a jupyter notebook which consists of two maps (A and B). For that I first generated a map (A) using
fig.coast(...)
which works well. For the second map (B) I first useshift_origin
to move it a little bit right. Then I use againfig.coast(...)
to generate map B. At this point the kernel dies and it's not possible to continue. Any ideas what happens here?The issue is similar to #514, however, not exactly the same.
The text was updated successfully, but these errors were encountered: