Fix photon HDF5 library to be compatible with earlier version

This commit is contained in:
amandalund 2018-09-13 11:40:05 -05:00
parent 973016c2d8
commit 6280cb45c3

View file

@ -654,7 +654,7 @@ class IncidentPhoton(EqualityMixin):
return data
def export_to_hdf5(self, path, mode='a'):
def export_to_hdf5(self, path, mode='a', libver='earliest'):
"""Export incident photon data to an HDF5 file.
Parameters