Skip to content

Commit

Permalink
fix int
Browse files Browse the repository at this point in the history
  • Loading branch information
valer1435 committed Jan 15, 2024
1 parent 39810ae commit c9caba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/real_applications/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_api_classification_example():


def test_api_ts_forecasting_example():
forecast = run_ts_forecasting_example(dataset='beer', timeout=2, with_tuning=False)
forecast = run_ts_forecasting_example(dataset='salaries', timeout=2, with_tuning=False)
assert forecast is not None


Expand Down

0 comments on commit c9caba5

Please sign in to comment.