We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2c0b3 commit 1174168Copy full SHA for 1174168
2 files changed
Changelog.rst
@@ -4,7 +4,7 @@ Version NEXTVERSION
4
**2026-??-??**
5
6
* Read Kerchunk datasets with `cf.read`
7
- (https://github.com/NCAS-CMS/cf-python/936)
+ (https://github.com/NCAS-CMS/cf-python/issues/936)
8
* Read open file handle datasets with `cf.read`
9
(https://github.com/NCAS-CMS/cf-python/issues/937)
10
* Write UGRID datasets with `cf.write`
cf/test/test_kerchunk.py
@@ -78,7 +78,7 @@ def test_read_dict(self):
78
self.assertEqual(len(cf.read(kerchunk)), 1)
79
80
def test_read_bytes(self):
81
- """Test cf.read with an Kerchunk dictionary."""
+ """Test cf.read with a Kerchunk raw bytes representation."""
82
with open(kerchunk_file, "r") as fh:
83
d = json.load(fh)
84
0 commit comments