issue_comments: 774101639
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/4760#issuecomment-774101639 | https://api.github.com/repos/pydata/xarray/issues/4760 | 774101639 | MDEyOklzc3VlQ29tbWVudDc3NDEwMTYzOQ== | 10194086 | 2021-02-05T15:27:27Z | 2021-02-05T15:27:27Z | MEMBER | Thanks! That drove me nuts but I finally figured out the problem: promotes the warning to an error so ```python import pint import pytest import xarray as xr pytestmark = [ pytest.mark.filterwarnings("error::pint.UnitStrippedWarning"), ] unit_registry = pint.UnitRegistry(force_ndarray=True) def test_y():
``` @keewis do you have an idea how to fix this? One idea is to supress warnings in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
778069594 |