Skip to content

Commit 6469463

Browse files
authored
Pecos 0.1.9 (#79)
* Set pecos version to 0.1.9 * window from kwarg to arg
1 parent f02b3f3 commit 6469463

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/qc_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"window = 0.02 \n",
418418
"\n",
419419
"# Run the delta quality control test\n",
420-
"results = qc.check_delta(results['cleaned_data'], expected_bound, window=window) \n",
420+
"results = qc.check_delta(results['cleaned_data'], expected_bound, window) \n",
421421
"\n",
422422
"# Plot cleaned data\n",
423423
"results['cleaned_data'].plot(figsize=(15,5), ylim=(-60,60))\n",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ numpy
33
scipy
44
matplotlib
55
requests
6-
pecos>=0.1.8
6+
pecos>=0.1.9
77
fatpack

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'scipy',
2323
'matplotlib',
2424
'requests',
25-
'pecos>=0.1.8',
25+
'pecos>=0.1.9',
2626
'fatpack',
2727
'lxml',
2828
'scikit-learn']

0 commit comments

Comments
 (0)