HierarchicalAmiciCalculator.__call__ missing 'hess' in returned dict upon simulation failure #1160
Labels
bug
Something isn't working
fixed but not released
hierarchical
Related to hierarchical optimization
I finally got to the bottom of #1147
The problem is that in case of simulation failures
HierarchicalAmiciCalculator.__call__
does not setinner_result[HESS]
here, although the Hessian was requested:pyPESTO/pypesto/hierarchical/calculator.py
Lines 113 to 122 in 883138a
This results in the following error:
The text was updated successfully, but these errors were encountered: