Skip to content

Commit 2b0e724

Browse files
committed
Fix Streaming PyTest
1 parent bfbad57 commit 2b0e724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pytest/test_activations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import hls4ml
2-
from keras.models import Model
3-
from keras.layers import ReLU, LeakyReLU, ELU, PReLU, Activation, ThresholdedReLU, Input
2+
from tensorflow.keras.models import Model
3+
from tensorflow.keras.layers import ReLU, LeakyReLU, ELU, PReLU, Activation, ThresholdedReLU, Input
44
import numpy as np
55
import pytest
66
from pathlib import Path

0 commit comments

Comments
 (0)