The load_intitial_guesses method of the InitializerBase is broken for indexed blocks. If the user attempts to provide a dictionary of values, it tries to use find_component on the indexed block, which raises an error.
It's not obvious how to fix it because the format of the dictionary provided needs to be changed to permit different initial conditions for different indices.
The
load_intitial_guessesmethod of theInitializerBaseis broken for indexed blocks. If the user attempts to provide a dictionary of values, it tries to usefind_componenton the indexed block, which raises an error.It's not obvious how to fix it because the format of the dictionary provided needs to be changed to permit different initial conditions for different indices.