Skip to content

Commit

Permalink
Update test_optim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jobrachem committed Apr 4, 2024
1 parent 070964e commit 6b2b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optim.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_history_to_df_pruned(models):

df = history_to_df(result.history["position"])

assert df.shape == (77, 4)
assert df.shape == (84, 4)


def test_generate_batches():
Expand Down

0 comments on commit 6b2b6f5

Please sign in to comment.