issue_comments: 851618811
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/pull/5397#issuecomment-851618811 | https://api.github.com/repos/pydata/xarray/issues/5397 | 851618811 | MDEyOklzc3VlQ29tbWVudDg1MTYxODgxMQ== | 37740986 | 2021-05-31T17:59:46Z | 2021-05-31T17:59:46Z | CONTRIBUTOR | Will it not cripple performance due to the non-lazy evaluation of the list ? I also started the test for the concat function, I discovered that if the first element determine between Here is the draft for the tests: ``` def test_concat_check_input_type(): ds = Dataset({"foo": 1}, {"bar": 2}) da = Dataset({"foo": 3}, {"bar": 4}).to_array(dim='foo')
``` Code I plan to add also for the typing check in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
905848466 |