home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: bc2ac07139d6ed341945ecb8bb3367db0a0a97ef

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
bc2ac07139d6ed341945ecb8bb3367db0a0a97ef Silence another warning in test_backends.py (#8587) * Silence another warning in test_backends.py Using 255 as fillvalue for int8 arrays will not be allowed any more. Previously this overflowed to -1. Now specify that instead. On numpy 1.24.4 >>> np.array([255], dtype="i1") DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 255 to int8 will fail in the future. array([-1], dtype=int8) * Silence another warning * Revert "Silence another warning in test_backends.py" This reverts commit fe15ac6139e29d93b57915ecea48183e1a4b1d32. 2024-01-05T16:13:03Z 2024-01-05T16:13:03Z 0c7e9e762dbfd6554e60c953bf27493047d95109 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 2448579 19864447
Powered by Datasette · Queries took 4.12ms · About: xarray-datasette