You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess what you want can be achieved with a simple approach of surrounding the main function in an infinite loop (while True:)? Probably add an input prompt that waits for user input before running next time?
Hello Emad
First of all, thank you for this code, it has been a great help in my work.
I was wondering how can I run the code several times with different input to get multiple results, when I close the plot I have to run the code again.
I've changed the code in order select a input file via "tkinter.filedialog" the missing part is to run the solver several times
Thank you
The text was updated successfully, but these errors were encountered: