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
AttributeError: 'Continuous1D' object has no attribute 'internals'`
Is it still posible to call micro-output when we use stage_blocks, in order to obtain the distribution of some outputs (meaning the above-mentionned issue is a reporting issue) ? Or internals do not exist at all in stage_blocks (in which case is there a workaround available) ?
Thank you in advance for the clarification
The text was updated successfully, but these errors were encountered:
Greetings
I am building a model featuring a stage_block.
As I attempt to print heterogenous outputs (or "internals"), I encounter the following error
`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[235], line 3
1 prod_stage = Continuous1D(backward=['V', 'Vk'], policy='k_a', f=dcem,
2 name='prodstage', hetoutputs=[assign_active_k, investment_cost_array, fcf])
----> 3 print(f'Micro outputs: {prod_stage.internals}')
AttributeError: 'Continuous1D' object has no attribute 'internals'`
Is it still posible to call micro-output when we use stage_blocks, in order to obtain the distribution of some outputs (meaning the above-mentionned issue is a reporting issue) ? Or internals do not exist at all in stage_blocks (in which case is there a workaround available) ?
Thank you in advance for the clarification
The text was updated successfully, but these errors were encountered: