-
To reproduce:
```python
#!/usr/bin/env python3
from math import pi as π
import numpy as np
from smt.surrogate_models import RMTB
def generate_sine_surface_data(samples=10, dimension=2):
…
-
Data: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/GHYMEV
There was missing data, which I filled using the average over the rest of the scores.
First dimension
![ima…
-
### 🚀 The feature, motivation and pitch
Context: https://github.com/pytorch/executorch/issues/6470#issuecomment-2436060471
We need to design a way to serialize an EValue (and its embedding tensor)…
-
Split from #155.
In any case, for the kind of data we store, [HDF5](https://github.com/HDFGroup/hdf5) is probably the best bet (maybe via [highfive](https://bluebrain.github.io/HighFive/poster/) or…
-
netCDF makes a distinction between dimensions and variables. All variables must be defined as having 1 or more dimensions, as they are registered with a particular netCDF file. In other words, dimen…
-
Hi
when compiling Cassiopee with I8/R8, some data are written as I8/R8 while the CGNS standard imposes I4/R4:
- version of the CGNS library -> should be R4
- values of Element_t nodes (type of …
-
The [SPHEREx](https://spherex.caltech.edu/) project is producing FITS-conformant (to the best of our knowledge) spectral WCSes for our Level 2 images (to be publicly released next year once we are on …
-
`UniformScaling` is very useful in LinearAlgebra operations, because it optimizes the performances due to the fact that the compiler knows that it behaves like an identity matrix (possibly multiplied …
-
Both GFortran and LFortran print random garbage values when the array dimension is larger than the actual stored values in an array.
```fortran
module test_module_dim
implicit none
integ…
-
**Describe the bug**
Hi, we noticed that some of our preAggregations are returning inconsistent values for boolean dimensions. At first, we believed that this might be a import issue and cubestore wa…