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

Fix progress indicator after a failed run #131

Open
kwabenantim opened this issue Sep 2, 2024 · 1 comment
Open

Fix progress indicator after a failed run #131

kwabenantim opened this issue Sep 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kwabenantim
Copy link
Member

Description

When an uploaded model fails to run, subsequent runs for other models appear to fail (the runs actually complete successfully in app-manager but show up as failed on the client). This behaviour usually continues until the app-manager is restarted.

@kwabenantim kwabenantim added the bug Something isn't working label Sep 2, 2024
@kwabenantim kwabenantim self-assigned this Sep 2, 2024
@mirams
Copy link
Member

mirams commented Sep 2, 2024

Would it be useful to have a ApPredict --dry-run --model <whatever> sort of option, that just converts the model and then passes/fails appropriately?

I guess you'd want to report to the user:

  1. Successful Chaste conversion?
  2. What currents are available to apply block to (and then if any are missing they should annotate them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants