Skip to content

[BUG] Fix to_flatten on pandas==1.1.5 #777

Closed
1 task done
Mr-Geekman opened this issue Jul 1, 2022 · 0 comments · Fixed by #848
Closed
1 task done

[BUG] Fix to_flatten on pandas==1.1.5 #777

Mr-Geekman opened this issue Jul 1, 2022 · 0 comments · Fixed by #848
Labels
bug Something isn't working

Comments

@Mr-Geekman
Copy link
Contributor

🐛 Bug Report

In pyproject.toml we have a restriction pandas = "^1", but if you install pandas==1.1.5, then some tests will fail. For example, test_dataset.test_to_flatten_with_exog.

Expected behavior

Supported pandas version pass the tests.

How To Reproduce

  1. Install library dependencies from the poetry.lock
  2. Install pandas of version 1.1.5.
  3. Run test_dataset.test_to_flatten_with_exog.

Environment

No response

Additional context

No response

Checklist

  • Bug appears at the latest library version
@Mr-Geekman Mr-Geekman added the bug Something isn't working label Jul 1, 2022
@Mr-Geekman Mr-Geekman moved this to Specification in etna board Jul 1, 2022
@Mr-Geekman Mr-Geekman changed the title [BUG] Find more accurate limitation on pandas version [BUG] Fix to_flatten on pandas==1.1.5 Jul 1, 2022
@martins0n martins0n moved this from Specification to Todo in etna board Jul 1, 2022
Repository owner moved this from Todo to Done in etna board Aug 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant