ZBT-Tools / pemfc-dash-app

MIT License
2 stars 2 forks source link

fixed callbacks for second dropdown menu #41

Closed lufire closed 1 year ago

lufire commented 1 year ago

For nested output variables like "Temperature", the resulting graphs were broken because at some point during our last updates the input "Input('df_result_data_store', 'data')" only contains None and the actual data is later received from the callback_context. However the functions for displaying the second dropdown menu were not updated for this change yet. It works now, but I still don't understand why now the results are not update in the callback Input after a calculation run and can only be retreived via the callback_context.