home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 396002143

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/2223#issuecomment-396002143 https://api.github.com/repos/pydata/xarray/issues/2223 396002143 MDEyOklzc3VlQ29tbWVudDM5NjAwMjE0Mw== 6815844 2018-06-09T22:09:27Z 2018-06-09T22:09:27Z MEMBER

@gwin-zegal , thank you for using our new feature and reporting the issue. I confirmed the poor performance of interp.

I will look inside later, whether problem is on our code or upstream (scipy.interpolate).

A possible workaround for your code is to change python arr.interp({'tension': new_tension, 'resistance': new_resistance}) to python arr.interp({tension': new_tension}).interp('resistance': new_resistance}) but it does not solve all the problems.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  330918967
Powered by Datasette · Queries took 1.157ms · About: xarray-datasette