issues
5 rows where repo = 13221727 and user = 2129135 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1303640708 | I_kwDOAMm_X85Ns_qE | 6782 | xr.apply_ufunc: apply_variable_ufunc can get called again because of existing reference | FRidh 2129135 | closed | 0 | 2 | 2022-07-13T15:58:09Z | 2022-07-13T16:17:42Z | 2022-07-13T16:03:18Z | NONE | What happened?I wrapped When then using this value in combination with my result from the call to What did you expect to happen?It should not call Minimal Complete Verifiable Example```Python import xarray as xr import numpy as np def fft( a: xr.DataArray, dim: str, newdim: str, n: int = None, norm: str = None, keep_attrs=None, ) -> xr.DataArray:
duration = 10.0 fs = 8000.0 nsamples = int(fs * duration) f = 100.0 A = 2.0 n = 100 dim = "time" newdim = "frequency" signal = A * np.sin(2.0 * np.pi * f * np.arange(nsamples) / fs) signal = xr.DataArray(signal, dims=[dim], coords={dim: np.arange(nsamples)}).expand_dims("channel") result = fft(signal, n=n, dim=dim, newdim=newdim) ``` MVCE confirmation
Relevant log output```Python ======================================================================================================================================== FAILURES ========================================================================================================================================= ___________________ testfft _____________________
tests/test_signal.py:323: xarray_scipy/signal.py:187: in fft result[newdim] = np.fft.fftfreq(n, delta) /nix/store/9mr36pjhxnlvdy00njp8dj22rd7n3yg3-python3-3.10.5-env/lib/python3.10/site-packages/numpy/fft/helper.py:169: in fftfreq return results * val ../xarray/xarray/core/arithmetic.py:70: in array_ufunc return apply_ufunc( ../xarray/xarray/core/computation.py:1132: in apply_ufunc return apply_dataarray_vfunc( ../xarray/xarray/core/computation.py:271: in apply_dataarray_vfunc result_var = func(*data_vars) func = <ufunc 'multiply'>, signature = _UFuncSignature([(), ()], [()]), exclude_dims = frozenset(), dask = 'allowed', output_dtypes = None
../xarray/xarray/core/computation.py:746: ValueError ``` Anything else we need to know?No response Environment
In [2]: xr.show_versions()
/nix/store/9mr36pjhxnlvdy00njp8dj22rd7n3yg3-python3-3.10.5-env/lib/python3.10/site-packages/_distutils_hack/__init__.py:30: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing distutils.")
INSTALLED VERSIONS
------------------
commit: None
python: 3.10.5 (main, Jun 6 2022, 12:05:50) [GCC 11.3.0]
python-bits: 64
OS: Linux
OS-release: 5.15.43
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: ('en_US', 'UTF-8')
libhdf5: None
libnetcdf: None
xarray: 2022.3.0
pandas: 1.4.2
numpy: 1.21.6
scipy: 1.8.0
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: None
dask: 2022.05.2
distributed: None
matplotlib: None
cartopy: None
seaborn: None
numbagg: None
fsspec: 2022.5.0
cupy: None
pint: None
sparse: None
setuptools: 61.2.0.post0
pip: None
conda: None
pytest: 7.1.1
IPython: 8.4.0
sphinx: None
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6782/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
1239892847 | I_kwDOAMm_X85J50Nv | 6619 | xr.polyval: return nan when evaluating a curve with nan coefficients | FRidh 2129135 | closed | 0 | 2 | 2022-05-18T12:36:24Z | 2022-05-18T15:24:28Z | 2022-05-18T15:16:28Z | NONE | What happened?Evaluating the coefficients from a polyfit that happened to be none results in a polyval evaluation of zeros. What did you expect to happen?I expect the result to be nan when an input is nan as well. Note passing in Minimal Complete Verifiable Example
MVCE confirmation
Relevant log outputNo response Anything else we need to know?No response Environment
: None
seaborn: None
numbagg: None
fsspec: 2022.01.0
cupy: None
pint: None
sparse: None
setuptools: 61.2.0.post0
pip: None
conda: None
pytest: 7.1.1
IPython: 8.2.0
sphinx: 4.5.0
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6619/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
1000769524 | PR_kwDOAMm_X84r9AaW | 5802 | BUG: xarray.backends.plugins.get_backend: fix passing in a backend directly | FRidh 2129135 | closed | 0 | 6 | 2021-09-20T09:47:34Z | 2021-09-20T20:35:09Z | 2021-09-20T11:07:03Z | NONE | 0 | pydata/xarray/pulls/5802 | The Selecting an engine with a string was functioning as expected, however, passing in a backend class directly failed. An instance of the backend is now created. A test has been added, as well as some type hints.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5802/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
714905042 | MDU6SXNzdWU3MTQ5MDUwNDI= | 4486 | Feature request: xr.concat: `stack` parameter | FRidh 2129135 | open | 0 | 1 | 2020-10-05T14:43:40Z | 2021-07-08T17:44:38Z | NONE | Is your feature request related to a problem? Please describe.
In the case of dependent dimensions, there is a lot of missing data, and using a stacked layout is preferable. Composing an array using I am now composing an array using Describe the solution you'd like
A Initially it may just do the naive Describe alternatives you've considered
Composing an array using Additional context
Issue related to |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4486/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
106635891 | MDU6SXNzdWUxMDY2MzU4OTE= | 578 | Test failure: xray 0.6.0 on i686 | FRidh 2129135 | closed | 0 | 0.6.1 1307323 | 1 | 2015-09-15T20:09:45Z | 2015-09-15T21:44:29Z | 2015-09-15T21:43:35Z | NONE |
``` FAIL: test_reduce (xray.test.test_variable.TestVariable) Traceback (most recent call last): File "/tmp/nix-build-python3.4-xray-0.6.0.drv-0/xray-0.6.0/xray/test/test_variable.py", line 707, in test_reduce self.assertVariableIdentical(v.mean('x'), v.reduce(np.mean, 'x')) File "/tmp/nix-build-python3.4-xray-0.6.0.drv-0/xray-0.6.0/xray/test/init.py", line 122, in assertVariableIdentical assert as_variable(v1).identical(v2), (v1, v2) AssertionError: (<xray.Variable (y: 3)> array([ 0.48885496, 0.57610051, 0.33430722]), <xray.Variable (y: 3)> array([ 0.48885496, 0.57610051, 0.33430722])) ``` The build log for Python 3.3: http://hydra.nixos.org/build/25641209/nixlog/1/raw The build logs for other Python versions can be found at: http://hydra.nixos.org/eval/1221294?filter=xray&compare=1221225&full=1 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/578/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]);