stratosphereips/AIP

[FEAT] Better management of exceptions. If one model fails try the rest.

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
When we run AIP, it runs the models sequentially. It's good. However, if one model creates an exception, AIP crashes and the rest of the models are not attempted.

Describe the solution you'd like
AIP should print there was an error but should be able to continue trying other models.

Describe alternatives you've considered
I think being able to pick which models to run will also help, but this is still needed for cases where we want AIP to run all models.