Skip to content
Permalink
Browse files
typos
  • Loading branch information
Sabrina Hoppe committed May 5, 2018
1 parent 34ff610 commit fc7973a49b72b1e55d6b252a4b0b58c79d6708dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
import numpy as np
import os
from config import conf as conf
from config import conf
from featureExtraction import gaze_analysis as ga
import threading
import getopt
@@ -1,6 +1,6 @@
import sys
import numpy as np
from config import onf
from config import conf
import getopt
from sklearn.cross_validation import LabelKFold as LKF
from sklearn.cross_validation import StratifiedKFold as SKF

0 comments on commit fc7973a

Please sign in to comment.