Skip to content

Commit

Permalink
Pecos 0.1.9 (#79)
Browse files Browse the repository at this point in the history
* Set pecos version to 0.1.9

* window from kwarg to arg
  • Loading branch information
ssolson authored Nov 3, 2020
1 parent f02b3f3 commit 6469463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/qc_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
"window = 0.02 \n",
"\n",
"# Run the delta quality control test\n",
"results = qc.check_delta(results['cleaned_data'], expected_bound, window=window) \n",
"results = qc.check_delta(results['cleaned_data'], expected_bound, window) \n",
"\n",
"# Plot cleaned data\n",
"results['cleaned_data'].plot(figsize=(15,5), ylim=(-60,60))\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ numpy
scipy
matplotlib
requests
pecos>=0.1.8
pecos>=0.1.9
fatpack
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'scipy',
'matplotlib',
'requests',
'pecos>=0.1.8',
'pecos>=0.1.9',
'fatpack',
'lxml',
'scikit-learn']
Expand Down

0 comments on commit 6469463

Please sign in to comment.