When reading a file using h5py==2.80, float values read from the file as a numpy.float64 do not cast correctly back to a python.float i.e. read_float = ...
I have an example that fails on linux boxes while it works on Mac OS X's python and protobuf implementation. The used protobuf version (both python lib and protoc compiler) is 3.3. The python version ...