issue_comments: 358333272
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/1835#issuecomment-358333272 | https://api.github.com/repos/pydata/xarray/issues/1835 | 358333272 | MDEyOklzc3VlQ29tbWVudDM1ODMzMzI3Mg== | 10512793 | 2018-01-17T15:08:17Z | 2018-01-17T15:08:17Z | CONTRIBUTOR | Thanks for the advice @shoyer I've moved the warning to NetCDF4DataStore.open() and reverted backends/api.py back to the original. I've used LooseVersion for the version comparison and made the pep8 change. There is a problem with the test. I've added the test to NetCDF4DataTest. However, when the filename has 88 characters the seg fault occurs and the test gets stopped. The output from
tests/test_backends.py . *** Error in `/path_to/python': double free or corruption (!prev): *** Aborted (core dumped) ``` If the filename doesn't have 88 characters then the test result is "Failed: DID NOT WARN.", which is fine as it shouldn't trigger the warning. I've been trying to see how people handle this issue, but haven't been able to find examples of people trying to trigger seg faults in a test yet |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
288957853 |