home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 6b11d6e80a2445f2e1e7c4d5895008f7c845c4d5

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
6b11d6e80a2445f2e1e7c4d5895008f7c845c4d5 assert ds errors in test_dataset.py (#6123) a number of assert statements in test_dataset.py::test_clip make assertions which will never fail as long as there is at least one data_variable: ```python assert result.min(...) >= 0.5 ``` this evaluates to datasets with scalar True or False values in each data_variable; however, ds.__bool__ returns true if `len(ds.data_vars) > 0`. related: https://github.com/pydata/xarray/pull/6122 2021-12-29T06:17:33Z 2021-12-29T06:17:33Z c4bd786ed80250fea086969ccf94540be9cbfbe6 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 3698640 19864447
Powered by Datasette · Queries took 158.262ms · About: xarray-datasette