From f3e4acd43b75549f65a2d70b695798d3715e2bf9 Mon Sep 17 00:00:00 2001 From: Emma Johnson Date: Sat, 9 Nov 2024 21:42:25 -0700 Subject: [PATCH] NFC: fixing comment typo --- pyomo/repn/plugins/parameterized_standard_form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyomo/repn/plugins/parameterized_standard_form.py b/pyomo/repn/plugins/parameterized_standard_form.py index ed924a241be..04ce6be601f 100644 --- a/pyomo/repn/plugins/parameterized_standard_form.py +++ b/pyomo/repn/plugins/parameterized_standard_form.py @@ -195,7 +195,7 @@ def sum_duplicates(self): Note that this only removes duplicates that are adjacent, so it will remove all duplicates if the incoming CSC matrix has sorted indices. (In particular - this will be true if it was just convered from CSR). + this will be true if it was just converted from CSR). """ ncols = self.shape[1] row_index = self.indices