We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30e980 commit 3a38bcbCopy full SHA for 3a38bcb
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 # doctest: +ALLOW_UNICODE
+ >>> ds_v2.unit
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 # doctest: +ALLOW_UNICODE
+ >>> ds_t2.unit
71
's'
72
73
appveyor.yml
@@ -6,7 +6,7 @@ environment:
6
matrix:
7
- PYTHON_VERSION: 2.7
8
MINICONDA: C:\Miniconda
9
- - PYTHON_VERSION: 3.4
+ - PYTHON_VERSION: 3.6
10
MINICONDA: C:\Miniconda3
11
12
init:
0 commit comments