Skip to content

Commit a02f410

Browse files
fix test
1 parent 51aa455 commit a02f410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/basic_full_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def test_basic_fit(self):
5050
def test_basic_fit_no_training(self):
5151
model = MyModel(hidden_dim=2, output_dim=1)
5252
x = np.random.random((128, 4))
53-
model.predict(x)
5453
model(x)
54+
model.predict(x)

0 commit comments

Comments
 (0)