Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken test for Panel with to_pandas() #4028

Merged
merged 4 commits into from
May 6, 2020

Commits on May 4, 2020

  1. Remove broken test for Panel with to_pandas()

    We don't support creating a Panel with to_pandas() with *any* version of
    pandas at present, so this test was previous broken if pandas < 0.25 was
    isntalled.
    shoyer committed May 4, 2020
    Configuration menu
    Copy the full SHA
    a320dff View commit details
    Browse the repository at this point in the history
  2. remove unused import

    shoyer committed May 4, 2020
    Configuration menu
    Copy the full SHA
    969228e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Fixup LooseVersion import

    shoyer committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2571860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e7af1 View commit details
    Browse the repository at this point in the history