We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161b7da commit 3cd3928Copy full SHA for 3cd3928
1 file changed
docs/source/tutorial.rst
@@ -6876,7 +6876,7 @@ method:
6876
6877
>>> q, t = cf.read('file.nc')
6878
>>> t.set_quantize_on_write(algorithm='bitgroom', quantization_nsd=1)
6879
- >>> cf.write(t, 'quantized.nc')
+ >>> cf.write(t, 'quantized.nc', netcdf_backend='netCDF4')
6880
>>> quantized = cf.read('quantized.nc')[0]
6881
>>> c = quantized.get_quantization()
6882
>>> c
0 commit comments