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
fix: move JSOSolvers import before subsolver list call
The code was trying to access JSOSolvers.trunkls_allowed_subsolvers before importing the JSOSolvers package, causing an UndefVarError. This moves the 'using JSOSolvers' statement before the subsolver list display.
0 commit comments