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
it creates a single institution with the short_nameinstitution_filename.InstitutionClass 1 instead of two institutions with short_name - institution_filename.InstitutionClass 1, institution_filename.InstitutionClass 2
if you look at system.log line 163 you can see in the address_book that there is only 1 instance of account.Account 1 but multiple institutions have been listed in the simulation config (at the very bottom) -
Problem
Currently if you have institutions listed in the following format it only instantiates a single instance of one of the following.
it creates a single institution with the short_name
institution_filename.InstitutionClass 1
instead of two institutions with short_name -institution_filename.InstitutionClass 1, institution_filename.InstitutionClass 2
if you look at system.log line 163 you can see in the address_book that there is only 1 instance of
account.Account 1
but multiple institutions have been listed in the simulation config (at the very bottom) -Simulation Config
The text was updated successfully, but these errors were encountered: