issue_comments: 497448335
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/issues/2281#issuecomment-497448335 | https://api.github.com/repos/pydata/xarray/issues/2281 | 497448335 | MDEyOklzc3VlQ29tbWVudDQ5NzQ0ODMzNQ== | 539688 | 2019-05-30T19:07:54Z | 2019-05-30T19:08:47Z | NONE | @crusaderky I also did the above using ``` print(len(x), len(y), len(z)) 62880 62880 62880 print(len(x_new), len(y_new)) 2665872 2665872 Traceback (most recent call last): File "cubesmb.py", line 201, in <module> z_new = bisplev(x_new, y_new, tck) File "/Users/paolofer/anaconda3/lib/python3.7/site-packages/scipy/interpolate/_fitpack_impl.py", line 1047, in bisplev z, ier = _fitpack._bispev(tx, ty, c, kx, ky, x, y, dx, dy) RuntimeError: Cannot produce output of size 2665872x2665872 (size too large) ``` So |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
340486433 |