We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b775709 commit eeda7a7Copy full SHA for eeda7a7
1 file changed
tests/test_eccodes.py
@@ -733,7 +733,7 @@ def test_grib_uuid_get_set():
733
eccodes.codes_set(gid, "gridType", "unstructured_grid")
734
key = "uuidOfHGrid"
735
ntype = eccodes.codes_get_native_type(gid, key)
736
- assert ntype == bytes
+ assert ntype is bytes
737
738
uuid = eccodes.codes_get_string(gid, key)
739
assert uuid == "00000000000000000000000000000000"
0 commit comments