[linalg] testing suite update

This commit is contained in:
Max Zwiessele 2015-09-09 08:58:01 +01:00
parent cbcb9208b5
commit 84dd9c05d6
3 changed files with 7 additions and 5 deletions

View file

@ -21,6 +21,8 @@ from . import plotting
from .core import Model
from .core.parameterization import Param, Parameterized, ObsAr
__version__ = '0.8.0'
#@nottest
try:
#Get rid of nose dependency by only ignoring if you have nose installed