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

Verify compatibility with xarray 0.11.0 #3159

Closed
philippjfr opened this issue Nov 8, 2018 · 2 comments
Closed

Verify compatibility with xarray 0.11.0 #3159

philippjfr opened this issue Nov 8, 2018 · 2 comments
Milestone

Comments

@philippjfr
Copy link
Member

Our unit tests are currently failing against the newly released xarray 0.11 on at lest this unit test:

======================================================================
FAIL: test_datetime_bins_range (holoviews.tests.core.data.testxarrayinterface.XArrayInterfaceTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/ioam/holoviews/holoviews/tests/core/data/testxarrayinterface.py", line 192, in test_datetime_bins_range
    self.assertEqual(ds.range('x'), expected)
  File "/home/travis/build/ioam/holoviews/holoviews/element/comparison.py", line 79, in assertEqual
    asserter(first, second)
  File "/home/travis/build/ioam/holoviews/holoviews/element/comparison.py", line 240, in compare_tuples
    raise AssertionError(msg or '%s != %s' % (repr(t1), repr(t2)))
AssertionError: (numpy.datetime64('2017-12-31T12:00:00.000000000'), numpy.datetime64('2018-01-10T12:00:00.000000000')) != (datetime.datetime(2017, 12, 31, 12, 0), datetime.datetime(2018, 1, 10, 12, 0))
@philippjfr philippjfr added this to the v1.11.0 milestone Nov 8, 2018
@philippjfr philippjfr modified the milestones: v1.11.0, v1.11.x Dec 27, 2018
@philippjfr philippjfr modified the milestones: v1.11.x, v1.11.1 Jan 17, 2019
@philippjfr philippjfr modified the milestones: v1.11.1, v1.11.x, v1.11.2 Jan 18, 2019
@philippjfr
Copy link
Member Author

Done in #3433

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant