-
Notifications
You must be signed in to change notification settings - Fork 219
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
Set minimum supported version to GMT>=6.4.0 #3450
Changes from 16 commits
539f3e8
bd390ee
b0e6c69
c6860b2
66e5c76
33c1061
23a7a78
de347be
d278ee8
53dabfc
c0ab12f
71a0b36
4abf4f5
9a2983a
770b011
a8cfd25
5ab519c
530013f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,8 @@ def test_load_remote_dataset_benchmark_with_region(): | |
assert data.attrs["horizontal_datum"] == "WGS84" | ||
assert data.gmt.registration == 0 | ||
assert data.shape == (11, 21) | ||
# The cpt attribute was added since GMT 6.4.0 | ||
# Can't access the cpt attribute using virtual files | ||
# if Version(__gmt_version__) >= Version("6.4.0"): | ||
# assert data.attrs["cpt"] == "@earth_age.cpt" | ||
# assert data.attrs["cpt"] == "@earth_age.cpt" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this something that could be obtained from the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, the cpt information is stored in the private, hidden structure We can't access it unless we decide to wrap the non-public GMT structure. |
||
|
||
|
||
def test_load_remote_dataset_invalid_resolutions(): | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting a blank value with this as mentioned at #3468 (comment). Are you getting any output?
output from
lib.info
dict: