My model has different run conditions, and in some a submodule is set to None after initial load and not accessed any further. The hierarchical_summary function does not consider this possibility. Checking for the condition that a submodule is None 100% resolves the issue. Thanks!
My model has different run conditions, and in some a submodule is set to
None
after initial load and not accessed any further. Thehierarchical_summary
function does not consider this possibility. Checking for the condition that a submodule isNone
100% resolves the issue. Thanks!