Skip to content

Commit

Permalink
Update model_diagnostics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avdudchenko committed Nov 1, 2024
1 parent 4b6de4c commit d9ff557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/util/model_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4130,7 +4130,7 @@ def _collect_model_statistics(model):

# Only show graybox info if they are present
if len(greybox_block_set(model)) != 0:
stats.append(f"{TAB}GreyBox statistics")
stats.append(f"{TAB}GreyBox Statistics")
stats.append(
f"{TAB* 2}Activated GreyBox models: {len(activated_greybox_block_set(model))} "
f"(Deactivated: {len(deactivated_greybox_block_set(model))})"
Expand Down

0 comments on commit d9ff557

Please sign in to comment.