home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 0e21fdfc8df7433c24da08f5bb8c713864339097

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
0e21fdfc8df7433c24da08f5bb8c713864339097 Validate output dimension sizes with apply_ufunc (#2155) * Validate output dimension sizes with apply_ufunc Fixes GH1931 Uses of apply_ufunc that change dimension size now raise an explicit error, e.g., >>> xr.apply_ufunc(lambda x: x[:5], xr.Variable('x', np.arange(10))) ValueError: size of dimension 'x' on inputs was unexpectedly changed by applied function from 10 to 5. Only dimensions specified in ``exclude_dims`` with xarray.apply_ufunc are allowed to change size. * lint * More output validation for apply_ufunc 2018-05-31T15:40:03Z 2018-05-31T15:40:03Z f10b21bed2846b879806f87039b77245b18e7671 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1217238 19864447
Powered by Datasette · Queries took 0.928ms · About: xarray-datasette