We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
Done in #3433
Sorry, something went wrong.
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.
No branches or pull requests
Our unit tests are currently failing against the newly released xarray 0.11 on at lest this unit test:
The text was updated successfully, but these errors were encountered: