diff options
author | elavington <27739361+elavington@users.noreply.github.com> | 2017-08-07 09:42:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 09:42:18 -0400 |
commit | fa2d3e19a2c258b0244c2e33a10e40e303da1137 (patch) | |
tree | e327ee4c4e9a876e38f40636c599134209d6b803 /cgi-bin/classifier.py | |
parent | 228f8f203eac1b5881d890e266ac10d46bb1b024 (diff) | |
parent | f1528dc908f0ebc97f2d3864db57ee8417cfccb4 (diff) | |
download | cressdna-fa2d3e19a2c258b0244c2e33a10e40e303da1137.tar.gz cressdna-fa2d3e19a2c258b0244c2e33a10e40e303da1137.zip |
Merge pull request #1 from bjc/edits
Edits
Diffstat (limited to 'cgi-bin/classifier.py')
-rw-r--r-- | cgi-bin/classifier.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/classifier.py b/cgi-bin/classifier.py index ec2b634..8f8450b 100644 --- a/cgi-bin/classifier.py +++ b/cgi-bin/classifier.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/home/erik/bin/python3.6 #import packages to be used from sklearn.svm import SVC @@ -49,4 +49,4 @@ f.close()""" print (output) -quit()
\ No newline at end of file +quit() |