diff options
author | elavington <27739361+elavington@users.noreply.github.com> | 2017-08-07 09:38:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 09:38:22 -0400 |
commit | f1528dc908f0ebc97f2d3864db57ee8417cfccb4 (patch) | |
tree | e327ee4c4e9a876e38f40636c599134209d6b803 /cgi-bin | |
parent | ced7b0fadf5f113e6e040a1e97e7199a2cc65e05 (diff) | |
download | cressdna-f1528dc908f0ebc97f2d3864db57ee8417cfccb4.tar.gz cressdna-f1528dc908f0ebc97f2d3864db57ee8417cfccb4.zip |
Update classifier.py
Diffstat (limited to 'cgi-bin')
-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() |