-
Notifications
You must be signed in to change notification settings - Fork 226
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
Bump to GMT 6.2.0rc2 #1289
Comments
Instead of opening 4 separate PRs for each of these, how about making just 2? I.e. one for |
Sounds good to me. |
Here is a minimal example to reproduce the flaky tests in I think it may mean that the settings for each "figure" are not fully isolated and it looks an upstream GMT issue. import pygmt
# 1st image
fig = pygmt.Figure()
pygmt.makecpt(cmap="categorical", categorical=True)
fig.colorbar(cmap=True, region=[10, 70, -5, 10], frame=True, position="JBC", V=True)
fig.savefig("makecpt1.eps")
# 2nd image
fig = pygmt.Figure()
fig.coast(region=[0, 10, -20, -10], projection="M6i", frame=True, land="black")
fig.savefig("other.eps")
# 3rd image (same as the 1st image)
fig = pygmt.Figure()
pygmt.makecpt(cmap="categorical", categorical=True)
fig.colorbar(cmap=True, region=[10, 70, -5, 10], frame=True, position="JBC", V=True)
fig.savefig("makecpt2.eps") @PaulWessel @meghanrjones Please see if the above example can help you debug GMT 6.2.0rc2. |
A bash version to reproduce the issue:
EDIT: I opened an upstream issue GenericMappingTools/gmt#5279 to better track it. |
The "makecpt" flaky tests will be fixed in GenericMappingTools/gmt#5280 and available in GMT 6.2.0. |
Ok, I'm closing this issue. There's a few more PyGMT tests we'll need to update since there have been bugfixes in upstraem GMT (to be released in GMT 6.2.0 GenericMappingTools/gmt#5290!), but that can be tracked in a separate 'Bump to GMT 6.2.0' issue 😁
|
The second release candidate for GMT 6.2.0 has been released (https://github.com/GenericMappingTools/gmt/releases/tag/6.2.0rc2) on 25 May 2021 and is installable from the conda-forge devel channel using the following command:
TODO:
test_grdtrack.py?(tests still fail on macOS/Windows so don't remove the xfail, see grdtrack produces incorrect results for xarray.DataArray grid #1309)Supersedes #1217
Are you willing to help implement and maintain this feature? Yes
The text was updated successfully, but these errors were encountered: