eckelsjd / amisc

Efficient framework for building surrogates of multidisciplinary systems using the adaptive multi-index stochastic collocation (AMISC) technique.
https://eckelsjd.github.io/amisc/
GNU General Public License v3.0
1 stars 1 forks source link

Can't restart from sys_error.pkl if previous run failed at update_interpolator #21

Open eckelsjd opened 1 month ago

eckelsjd commented 1 month ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. Call surr.fit() and force a failure in the component model, which will cause update_interpolator() to fail
  2. Try to restart surr.fit() from the sys_error.pkl file

Ideas