home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: e4bdc3930345eeaa8276bfcbc346ef23607453fd

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
e4bdc3930345eeaa8276bfcbc346ef23607453fd Don't show stdlib paths for `user_level_warnings` (#8625) Was previously seeing: ``` <frozen _collections_abc>:801: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`. ``` Now: ``` /Users/maximilian/workspace/xarray/xarray/tests/test_dataset.py:701: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`. assert ds.dims == ds.sizes ``` It's a heuristic, so not perfect, but I think very likely to be accurate. Any contrary cases very welcome... 2024-01-21T21:08:38Z 2024-01-21T21:08:38Z 279c587273ec459ffb5192e60bf8447c05601fa5 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 5635139 19864447
Powered by Datasette · Queries took 0.612ms · About: xarray-datasette