Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWittner committed Dec 22, 2023
1 parent 30aa303 commit 381c912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1717,4 +1717,4 @@ def test_on_the_fly_sampling():

m = NeuralProphet(epochs=1, learning_rate=0.01)
m.fit(df, freq="H")
metrics = m.predict(df)
_ = m.predict(df)

0 comments on commit 381c912

Please sign in to comment.