I have encountered two problems trying to run this script.
- Subsection "Best-fitting Arinyo model to LaCE simulation":
The line arinyo_params = Archive3D.training_data[ind_book]['Arinyo_minin'] # best-fitting Arinyo params gives back
KeyError: 'Arinyo_minin'
Maybe the name has changed to 'arinyo_minz' ?
- Section "Arinyo model from emulator":
Gives error on the p3d_emu = P3DEmulator(...) part
I have encountered two problems trying to run this script.
The line
arinyo_params = Archive3D.training_data[ind_book]['Arinyo_minin'] # best-fitting Arinyo paramsgives backMaybe the name has changed to 'arinyo_minz' ?
Gives error on the
p3d_emu = P3DEmulator(...)part