Robbybp / surrogate-vs-implicit

Comparing surrogate models and implicit function formulations for chemical process models
Other
1 stars 0 forks source link

`analyze_results` fails with empty subsets #16

Open Robbybp opened 5 months ago

Robbybp commented 5 months ago

In analyze_results, we calculate average solve times and objective errors, which can fail by dividing by zero if the sets we average over are empty. We should fix this...