Randall Pittman

Results 17 comments of Randall Pittman

I also tried this with Ruby 3.1.2 just for kicks and got the same results.

I just tried this today with the master branch and saw no change or improvement in the problem.

**_Workaround: If netCDF4 is imported first, there is no error and everything works fine!_** Any relation to #694? I need to use h5py and netcdf4-python together. My setup: OS: Fedora...

I'd like to just say (with all the love in my heart) that I sure do wish netCDF4-python would be a little less opaque about its errors.

> I'm open to suggestions on how to better interpret errors coming from the HDF5 c library. Fair enough--I guess it's more of an upstream problem.

@jswhit >I'd like to just say (with all the love in my heart) that I sure do wish netCDF4-python would be a little less opaque about its errors. > I'm...

RC2 is out now: https://github.com/toml-lang/toml/releases/tag/1.0.0-rc.2

This project seems to have been abandoned. Probably time to look at [toml11](https://github.com/ToruNiina/toml11) or [toml++](https://github.com/marzer/tomlplusplus/).

@monkeydom I haven't yet.

I guess the `stucts_as_dicts` option (ref #115) would alleviate this. EDIT: Hmm..., no I tried this with the current git master and got the same result: ```python options = hdf5storage.Options(structs_as_dicts=True)...