Skip to content

Commit 9be7ad2

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
debug print
1 parent ca588e6 commit 9be7ad2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_open_mem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_mem_open(self):
1818
return
1919

2020
# Needs: https://github.com/Unidata/netcdf-c/pull/400
21+
print(netCDF4.__netcdf4libversion__, netCDF4.__netcdf4libversion__ < '4.4.1.2')
2122
if netCDF4.__netcdf4libversion__ < '4.4.1.2':
2223
with self.assertRaises(OSError):
2324
netCDF4.Dataset('foo_bar', memory=nc_bytes)

0 commit comments

Comments
 (0)