MWATelescope / mwa_pb

MWA Primary Beam model code
MIT License
2 stars 8 forks source link

Fix h5py value attribute on DataSet. #14

Closed cjordan closed 3 years ago

cjordan commented 3 years ago

https://docs.h5py.org/en/stable/whatsnew/2.1.html#dataset-value-property-is-now-deprecated

Use try/except so that old versions of h5py continue to work.

It is rumoured that one day, all python code will be inside a try/except!