From a4134f27e5dd20510467e7f48a431b96276d4b55 Mon Sep 17 00:00:00 2001 From: Andrew Hundt Date: Wed, 6 Dec 2017 19:55:05 -0500 Subject: [PATCH] backend_test.py remove scipy.sparse as it doesn't appear to be utilized in this file --- tests/keras_contrib/backend/backend_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/keras_contrib/backend/backend_test.py b/tests/keras_contrib/backend/backend_test.py index 1e4f344..c3829e3 100644 --- a/tests/keras_contrib/backend/backend_test.py +++ b/tests/keras_contrib/backend/backend_test.py @@ -1,7 +1,6 @@ import pytest from numpy.testing import assert_allclose import numpy as np -import scipy.sparse as sparse from keras import backend as K from keras.backend import theano_backend as KTH, floatx, set_floatx, variable