issues
1 row where type = "issue" and user = 2175493 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1389019400 | I_kwDOAMm_X85SysEI | 7096 | Handle NaNs when decoding times (failures on riscv64) | andreas-schwab 2175493 | closed | 0 | 11 | 2022-09-28T09:19:08Z | 2023-09-17T08:15:28Z | 2023-09-17T08:15:28Z | NONE | What happened?FAILED xarray/tests/test_backends.py::TestScipyInMemoryData::test_roundtrip_numpy_datetime_data FAILED xarray/tests/test_backends.py::TestScipyFileObject::test_roundtrip_numpy_datetime_data FAILED xarray/tests/test_backends.py::TestGenericNetCDFData::test_roundtrip_numpy_datetime_data FAILED xarray/tests/test_backends.py::TestScipyFilePath::test_roundtrip_numpy_datetime_data = 4 failed, 4636 passed, 5632 skipped, 19 xfailed, 22 xpassed, 38 warnings in 266.18s (0:04:26) = What did you expect to happen?No failures Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output```Python =================================== FAILURES =================================== __ TestScipyInMemoryData.testroundtrip_numpy_datetime_data ___ [gw2] linux -- Python 3.10.7 /usr/bin/python3.10 num_dates = array([ 0., nan]), units = 'days since 2000-01-01 00:00:00' calendar = 'proleptic_gregorian', use_cftime = None
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:270: flat_num_dates = array([ 0., nan]), units = 'days since 2000-01-01 00:00:00' calendar = 'proleptic_gregorian'
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:245: self = TimedeltaIndex(['0 days 00:00:00', '106751 days 23:47:16.854775807'], dtype='timedelta64[ns]', freq=None) other = Timestamp('2000-01-01 00:00:00')
/usr/lib64/python3.10/site-packages/pandas/core/ops/common.py:70: self = TimedeltaIndex(['0 days 00:00:00', '106751 days 23:47:16.854775807'], dtype='timedelta64[ns]', freq=None) other = Timestamp('2000-01-01 00:00:00')
/usr/lib64/python3.10/site-packages/pandas/core/arraylike.py:100: self = TimedeltaIndex(['0 days 00:00:00', '106751 days 23:47:16.854775807'], dtype='timedelta64[ns]', freq=None) other = Timestamp('2000-01-01 00:00:00'), op = <built-in function add>
/usr/lib64/python3.10/site-packages/pandas/core/indexes/base.py:6734: self = TimedeltaIndex(['0 days 00:00:00', '106751 days 23:47:16.854775807'], dtype='timedelta64[ns]', freq=None) other = Timestamp('2000-01-01 00:00:00'), op = <built-in function add>
/usr/lib64/python3.10/site-packages/pandas/core/base.py:1295: left = <TimedeltaArray> ['0 days 00:00:00', '106751 days 23:47:16.854775807'] Length: 2, dtype: timedelta64[ns] right = Timestamp('2000-01-01 00:00:00'), op = <built-in function add>
/usr/lib64/python3.10/site-packages/pandas/core/ops/array_ops.py:216: self = <TimedeltaArray> ['0 days 00:00:00', '106751 days 23:47:16.854775807'] Length: 2, dtype: timedelta64[ns] other = Timestamp('2000-01-01 00:00:00')
/usr/lib64/python3.10/site-packages/pandas/core/ops/common.py:70: self = <TimedeltaArray> ['0 days 00:00:00', '106751 days 23:47:16.854775807'] Length: 2, dtype: timedelta64[ns] other = Timestamp('2000-01-01 00:00:00')
/usr/lib64/python3.10/site-packages/pandas/core/arrays/datetimelike.py:1264: self = <TimedeltaArray> ['0 days 00:00:00', '106751 days 23:47:16.854775807'] Length: 2, dtype: timedelta64[ns] other = Timestamp('2000-01-01 00:00:00')
/usr/lib64/python3.10/site-packages/pandas/core/arrays/timedeltas.py:482: arr = array([ 0, 9223372036854775807]), b = 946684800000000000 arr_mask = array([False, False]), b_mask = None
/usr/lib64/python3.10/site-packages/pandas/core/algorithms.py:1114: OverflowError During handling of the above exception, another exception occurred: data = <xarray.backends.scipy_.ScipyArrayWrapper object at 0x40238999c0> units = 'days since 2000-01-01 00:00:00', calendar = 'proleptic_gregorian' use_cftime = None
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:180: num_dates = array([ 0., nan]), units = 'days since 2000-01-01 00:00:00' calendar = 'proleptic_gregorian', use_cftime = None
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:272: num_dates = array([ 0., nan]), units = 'days since 2000-01-01 00:00:00' calendar = 'proleptic_gregorian'
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:199: ModuleNotFoundError During handling of the above exception, another exception occurred: self = <xarray.tests.test_backends.TestScipyInMemoryData object at 0x4010bfceb0>
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/tests/test_backends.py:510: /usr/lib64/python3.10/contextlib.py:135: in enter return next(self.gen) /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/tests/test_backends.py:286: in roundtrip with self.open(path, open_kwargs) as ds: /usr/lib64/python3.10/contextlib.py:135: in enter return next(self.gen) /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/tests/test_backends.py:312: in open with open_dataset(path, engine=self.engine, kwargs) as ds: /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/backends/api.py:531: in open_dataset backend_ds = backend.open_dataset( /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/backends/scipy_.py:285: in open_dataset ds = store_entrypoint.open_dataset( /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/backends/store.py:29: in open_dataset vars, attrs, coord_names = conventions.decode_cf_variables( /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/conventions.py:521: in decode_cf_variables new_vars[k] = decode_cf_variable( /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/conventions.py:369: in decode_cf_variable var = times.CFDatetimeCoder(use_cftime=use_cftime).decode(var, name=name) /home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:682: in decode dtype = _decode_cf_datetime_dtype(data, units, calendar, self.use_cftime) data = <xarray.backends.scipy_.ScipyArrayWrapper object at 0x40238999c0> units = 'days since 2000-01-01 00:00:00', calendar = 'proleptic_gregorian' use_cftime = None
/home/abuild/rpmbuild/BUILD/xarray-2022.6.0/xarray/coding/times.py:190: ValueError ``` Anything else we need to know?
Environment
/usr/lib/python3.10/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing distutils.")
INSTALLED VERSIONS
------------------
commit: None
python: 3.10.7 (main, Sep 11 2022, 08:41:56) [GCC]
python-bits: 64
OS: Linux
OS-release: 5.19.10-1-default
machine: riscv64
processor: riscv64
byteorder: little
LC_ALL: None
LANG: de_DE.UTF-8
LOCALE: ('de_DE', 'UTF-8')
libhdf5: None
libnetcdf: None
xarray: 2022.6.0
pandas: 1.4.4
numpy: 1.21.6
scipy: 1.8.1
netCDF4: None
pydap: None
h5netcdf: None
h5py: None
Nio: None
zarr: None
cftime: None
nc_time_axis: None
PseudoNetCDF: None
rasterio: None
cfgrib: None
iris: None
bottleneck: 1.3.5
dask: None
distributed: None
matplotlib: 3.5.3
cartopy: None
seaborn: None
numbagg: None
fsspec: None
cupy: None
pint: None
sparse: None
flox: None
numpy_groupies: None
setuptools: 63.2.0
pip: 22.0.4
conda: None
pytest: 7.1.2
IPython: 8.5.0
sphinx: None
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/7096/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);