Skip to content

Commit

Permalink
uh change tst
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Mar 11, 2024
1 parent 2852799 commit 742c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cortecs/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_optimize(self):
optimizer.best_params
== {
"n_layers": 2,
"n_neurons": 2.0,
"n_neurons": 2,
"activation": "sigmoid",
"learn_rate": 0.01,
}
Expand Down

0 comments on commit 742c40c

Please sign in to comment.