OpenSourceEconomics/respy

Avoid unnecessary IO call in get child indices

mo2561057 opened this issue · 0 comments

states = load_states(complex_, options)

I think we can avoid this call and use the raw core state space instead.
Loading the full dense state space takes quite a while for larger models and should thus be avoided
whenever possible.