-
Thanks for all of your work on marblecutter, @mojodna, it's exciting stuff!
I'm trying to deploy it using the most recent directions (`sam build, package, deploy`) but this fails when it gets to cr…
-
It seems the issue was raised when the raw data were translated into the NCO. Based on a more complete error readout (below) this seems to be the key problem:
**ERROR: nco_put_vara() failed to nc_…
-
The Windows binaries (as installed with `pip`) are still distributing HDF5 version 1.8.18, which does not support SWMR. Please upgrade the build environment and distribution to provide version 1.10.1.
-
Hi there,
I have been trying to install shark on our HPC (Centos 6/7 based)( I am one of the admins). T
The config after
module load boost/1.63.0 hdf5/serial/gcc/1.8.17 gsl-gcc6.2/2.4 gcc…
-
- [x] figure out guarantees (is block ordering deterministic?, are frame IDs for blocks really monotonic or can they "interlace" so to speak?, ...)
- [x] figure out what data we need to discard ("des…
-
Hi @rimmartin ,
I was hoping you could give some assistance with installing on my mac. Basically 2 questions.
1. Do you know why I'm getting a 403 from AWS? It seems it might react differently if t…
-
I have this code and I do not understand why my IDNarray image is returning me null when I try convert Mat in INDArray.
I using the android sutdio 3.0.1.
```java
//************************* Di…
-
At some point, we are going to run out of format flags such as NC_NETCDF4, NC_CDF5, etc.
I propose an way to arbitrarily increase the set of formats without running out of flags.
The basic idea is t…
-
`test_fil2h5py` crashes, by using the latest version of h5py. Shown in this **pip freeze**:
```
astropy==2.0.4
attrs==17.4.0
backports.functools-lru-cache==1.5
bitshuffle==0.3.4
blimpy==1.3.4…
-
So, we currently have `hbool_t` mapped as `c_uint` which turns out to be wrong because on Linux / OSX it's an alias of C `bool` which is 1-byte. As a result, some struct layouts get completely jumbled…