Skip to content

Commit

Permalink
Import numpy assert_raises for doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Sep 30, 2015
1 parent 207bc5f commit 609862c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gala/classify.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# libraries
import h5py
import numpy as np
from numpy.testing import assert_raises
np.seterr(divide='ignore')

from sklearn.svm import SVC
Expand Down

0 comments on commit 609862c

Please sign in to comment.