ZBT-Tools / pemfc-dash-app

MIT License
2 stars 2 forks source link

34 checkboxes are not updated by settings.json input #36

Closed lufire closed 1 year ago

lufire commented 1 year ago

Fixed updating checkboxes from settings.json, also added additional reading from default settings.json in pemfc-core module in cbf_initialization callback

lufire commented 1 year ago

Added commit modifying the groupby command in cbf_figure_ui-function to not drop columns with NA values. Somehow the new default settings.json produces some NA values. Also the "local_data" column is dropped for the results of the UI plot, as I guess they are not necessary for UI plotting

lufire commented 1 year ago

Added another commit where instead of dropping the NA results, only the attribute list to group the dataframe is cleaned from any columns that includes NA or None values