Replies: 1 comment
-
I can run a modified version at my end if this doesn't suit the scheme :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Greig,
Hope you are doing well. I have a request for modifying one of the exception messages for use in StandardSolver.
As you advised, when the model fails the stability check, I have captured the exception and passed it to the user interface. This gives the user the message 'Unstable node(s). See console output for details.'
Since the user cannot see the console in the web app, they don't have much idea which exact node is causing this issue. I was wondering if capturing the print statement to the console in a variable and passing it to the exception message.
capture print statement in line 2955 into a variable and include in line 2958 exception message
Can I create a branch and push this modification? Will it fit your overall vision/scheme for the module? I am not very familiar with git but I can give it a go.
Regards
Lino
Beta Was this translation helpful? Give feedback.
All reactions