-
While i tried the 3d volume rendering for a 3d cube fits data glue crashed with:
```
anaconda3/lib/python3.6/site-packages/glue/core/component.py:79: FutureWarning:
Using a non-tuple sequence f…
-
In [101]: stisnoise('o6ih10060_crj.fits', outfile='o6ih10060_fcrj2.fits',
...: window=[0.5, 0.5, 0.1])
...:
Target: V1016-CYG, Amp: D, Gain: 1
....li…
-
Currently, compressed chunks don't have any of the "regular" indexes defined on the hypertable, but they have compession group keys indexed with btree indexes. If i need to find data based on other co…
stoxx updated
5 months ago
-
In C++26, `std::span` will get a [`::at` member function](https://en.cppreference.com/w/cpp/container/span/at). It's probably a good idea to do this for mdspan as well. The function signatures would b…
-
#29427 allows mapping arbitrary collections of primitive types to JSON text columns, and #30426 allows querying them with arbitrary LINQ operators. This tracks mapping nested collections as well (e.g.…
roji updated
3 months ago
-
Affects all versions.
Code to reproduce
```ruby
require 'mxnet'
a = MXNet::NDArray.ones([5,5])
a[0, 0..4] = MXNet::NDArray.array([1,2,3,4,5])
```
Output:
`git/mxnet.rb/lib/mxnet/ndarray.rb…
-
https://github.com/pydata/xarray/blob/5e801894886b2060efa8b28798780a91561a29fd/xarray/core/dataarray.py#L482-L489
In #1746, we added a validation in `xr.DataArray.__setitem__` whether the coordinat…
-
When running the code twice as:
```
include("call_experiment.jl")
args =["4", "1000", "f1", "1234", "2", "2","summary"]
experiment(args)
experiment(args)
```
I get the following error
```
ER…
-
Temporal data mapping happens element-wise for every timestamp in a simulation. This becomes prohibitively slow when working with large (gridded) datasets. Since the entire dataset (multidimensiona…
-
Current support for xarray is fairly primitive. Some features that would be nice are:
- Add support for using xarray.Dataset directly instead of extracting the NetCDF object.
- Being able to su…