TRIQS / h5

A high-level C++ interface to the hdf5 library
https://triqs.github.io/h5
Other
3 stars 7 forks source link

Storing vector<string> in C++ and loading it in Python fails #19

Open Wentzell opened 1 year ago

Wentzell commented 1 year ago

std::vector<std::string> is stored in C++ as a dataset of strings, but Python expects a subgroup with numbered keys "0", "1", ...