Skip to content

Commit acc565a

Browse files
Update test_utils.py
1 parent abc33e3 commit acc565a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ def test_check_network_force_copy():
183183
new_net = check_network(model, copy=False, force_copy=True)
184184

185185

186-
def test_check_network_high_dataset():
187-
Xs, ys, Xt, yt = make_regression_da(100000, 1001)
188-
net = _get_model_Sequential(compiled=True)
189-
new_net = check_network(net, copy=True)
190-
new_net.predict(Xs)
186+
# def test_check_network_high_dataset():
187+
# Xs, ys, Xt, yt = make_regression_da(100000, 1001)
188+
# net = _get_model_Sequential(compiled=True)
189+
# new_net = check_network(net, copy=True)
190+
# new_net.predict(Xs)
191191

192192

193193
estimators = [
@@ -451,4 +451,4 @@ def test_check_fitted_network():
451451
assert new_model2 is model
452452

453453
new_model = check_fitted_network(None)
454-
assert new_model is None
454+
assert new_model is None

0 commit comments

Comments
 (0)