Make sure LaboratoryAngleEnergy has a to_hdf5() method

This commit is contained in:
Paul Romano 2016-11-18 06:54:15 -06:00
parent e5ecfb18b9
commit fb4d9df41b

View file

@ -137,3 +137,6 @@ class LaboratoryAngleEnergy(AngleEnergy):
energy_out.append(energy_out_i)
return cls(tab2.breakpoints, tab2.interpolation, energy, mu, energy_out)
def to_hdf5(self, group):
raise NotImplementedError