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
Ensure that a component name starts with a letter, i.e. capture group should be something like: ([a-zA-Z][\w]*)
in SimulationInitializationDialogController.getListOfComponentsToSimulate();
Ensure that a component name starts with a letter, i.e. capture group should be something like: ([a-zA-Z][\w]*)
in SimulationInitializationDialogController.getListOfComponentsToSimulate();