Mercurial > pylearn
changeset 553:08adbc309bc6
fixed one import
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 01 Dec 2008 15:36:19 -0500 |
parents | 4afb07de33ee |
children | b31dd3ac7d0e |
files | pylearn/algorithms/tests/test_linear_regression.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/algorithms/tests/test_linear_regression.py Mon Dec 01 15:34:25 2008 -0500 +++ b/pylearn/algorithms/tests/test_linear_regression.py Mon Dec 01 15:36:19 2008 -0500 @@ -1,6 +1,6 @@ import unittest -from linear_regression import * +from pylearn.algorithms.linear_regression import * from make_test_datasets import * import numpy