We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2639a25 commit d30e980Copy full SHA for d30e980
1 file changed
README.rst
@@ -59,15 +59,15 @@ Read the dataset from the SDF file asserting the correct unit of the dataset and
59
60
Get the meta info and data array from the dataset:
61
62
- >>> ds_v2.unit
+ >>> ds_v2.unit # doctest: +ALLOW_UNICODE
63
'V'
64
>>> ds_v2.data.shape
65
(51,)
66
67
Get the scale for the first dimension:
68
69
>>> ds_t2 = ds_v2.scales[0]
70
- >>> ds_t2.unit
+ >>> ds_t2.unit # doctest: +ALLOW_UNICODE
71
's'
72
73
0 commit comments