home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 753425993

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/4746#issuecomment-753425993 https://api.github.com/repos/pydata/xarray/issues/4746 753425993 MDEyOklzc3VlQ29tbWVudDc1MzQyNTk5Mw== 5635139 2021-01-02T03:43:06Z 2021-01-02T03:43:06Z MEMBER

I imagine I'm making some basic error here, but what's the best approach for evaluating whether an array is a pint array?

isinstance(self.data, unit_registry.Quantity) returns False, though seems to be what we do in test_units.py?

(Pdb) unit_registry <pint.registry.UnitRegistry object at 0x13d4574c0> (Pdb) unit_registry.Quantity <class 'pint.quantity.build_quantity_class.<locals>.Quantity'> (Pdb) isinstance(self.data, unit_registry.Quantity) False (Pdb) self.data <Quantity([ 0. 0.20408163 0.40816327 0.6122449 0.81632653 1.02040816 1.2244898 1.42857143 1.63265306 1.83673469 2.04081633 2.24489796 2.44897959 2.65306122 2.85714286 3.06122449 3.26530612 3.46938776 3.67346939 3.87755102 4.08163265 4.28571429 4.48979592 4.69387755 4.89795918 5.10204082 5.30612245 5.51020408 5.71428571 5.91836735 6.12244898 6.32653061 6.53061224 6.73469388 6.93877551 7.14285714 7.34693878 7.55102041 7.75510204 7.95918367 8.16326531 8.36734694 8.57142857 8.7755102 8.97959184 9.18367347 9.3877551 9.59183673 9.79591837 10. ], 'meter')> (Pdb) self.data.__class__ <class 'pint.quantity.build_quantity_class.<locals>.Quantity'>

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