Skip to content

Conversation

prateekdesai04
Copy link
Contributor

@prateekdesai04 prateekdesai04 commented Apr 6, 2024

Description of changes:
Fixes failure of timeseries platform tests on Ubuntu and MacOS for Python 3.8
This PR is similar to #4040.
Link to platform tests (passing for Python 3.8): https://github.com/prateekdesai04/autogluon/actions/runs/8576700048

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@prateekdesai04 prateekdesai04 requested review from shchur and tonyhoo April 6, 2024 00:23
@@ -138,6 +138,7 @@ def test_all_models_can_handle_all_covariates(


@pytest.mark.parametrize("freq", DEFAULT_SEASONALITIES.keys())
@pytest.mark.skipif(parse_version(pd.__version__) < parse_version("2.1"), reason="Skipping test for pandas < 2.1")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would need @shchur to advise on this specific change

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prateekdesai04 thank you for identifying the root cause of the problems! I narrowed down the conditions under which the tests are skipped in #4051 (needed to create a new PR because I'm still not sure how to run platform tests from forks 😅).

Copy link
Contributor Author

@prateekdesai04 prateekdesai04 Apr 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I close this PR ?
Let me know if you need help with running platform tests

@prateekdesai04 prateekdesai04 mentioned this pull request Apr 6, 2024
23 tasks
@yinweisu
Copy link
Contributor

yinweisu commented Apr 6, 2024

Previous CI Run Current CI Run

Copy link

github-actions bot commented Apr 6, 2024

Job PR-4049-d8e56f7 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-4049/d8e56f7/index.html

@shchur
Copy link
Collaborator

shchur commented Apr 7, 2024

Fixed by #4051, closing this PR

@shchur shchur closed this Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants