Load Parameters before creating new parameters cause unique_name clashes #48
Labels
[area] global_object
Anything related to the global_object
[scope] bug
Bug report or fix (major.minor.PATCH)
When starting out a project by loading previously defined parameters from an earlier session, the
global_object
map gets filled with these unique names and when the user then starts creating new parameters, theunique_name_generator
increments the name iterators and eventually causesunique_name
crashes with the unique names populated at load time.This can be solved by incrementing iterators again if the
unique_name
already exists in theglobal_object
when generating the unique names.The text was updated successfully, but these errors were encountered: