Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better management of exceptions when running models #37

Conversation

verovaleros
Copy link
Member

Description

This PR incorporates improvements to the bin/aip file, specifically to optimize the logic that runs models with better exception handling.

  • run_model(): encapsulates the logic to run each model; declutters; and adds exception handling
  • For each model we use run_model() instead of running manually all the steps.

Closes #31

This was tested with various scenarios, including a fresh installation, to ensure all models run and generate the same expected output.

@verovaleros verovaleros added the enhancement New feature or request label Oct 23, 2024
@verovaleros verovaleros added this to the v3.0.0 milestone Oct 23, 2024
@verovaleros verovaleros self-assigned this Oct 23, 2024
@verovaleros verovaleros merged commit 356679d into development Oct 23, 2024
@verovaleros verovaleros deleted the 31-feat-better-management-of-exceptions-if-one-model-fails-try-the-rest branch October 23, 2024 12:36
@verovaleros verovaleros mentioned this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

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