Skip to content

Commit

Permalink
fix keras tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Sep 29, 2024
1 parent 6b4a197 commit 5900a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/scipy-ml-notebook/workflow_tests/test_keras.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from keras.models import Sequential
from keras.layers import Dense
from tf_keras.models import Sequential
from tf_keras.layers import Dense
import pytest

@pytest.fixture
Expand Down

0 comments on commit 5900a6b

Please sign in to comment.