From e9720912effbeca30cbcfbbd54c75fba93931d38 Mon Sep 17 00:00:00 2001 From: avdudchenko <33663878+avdudchenko@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:14:40 -0500 Subject: [PATCH] Update idaes/core/util/model_statistics.py Co-authored-by: Adam Atia --- idaes/core/util/model_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idaes/core/util/model_statistics.py b/idaes/core/util/model_statistics.py index 97a269cad5..fc1a7f80d4 100644 --- a/idaes/core/util/model_statistics.py +++ b/idaes/core/util/model_statistics.py @@ -188,7 +188,7 @@ def number_deactivated_greybox_block(block): def number_greybox_blocks(block): """ - Function to return a Number of activated Greybox Blocks components in a + Function to return a number of Greybox Blocks components in a model. Args: