From 30b785185f85070de3d4507f6c65a7ef4396e745 Mon Sep 17 00:00:00 2001 From: Siddha Tiwari Date: Thu, 4 Apr 2024 09:04:57 +0800 Subject: [PATCH] Fix utilities.py typo --- utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.py b/utilities.py index f1ef5bd..c9b759e 100644 --- a/utilities.py +++ b/utilities.py @@ -240,7 +240,7 @@ def build( for _p, i_profile in zip(p, input_profile): for name, dims in i_profile.items(): assert len(dims) == 3 - _p.add(namFe, min=dims[0], opt=dims[1], max=dims[2]) + _p.add(name, min=dims[0], opt=dims[1], max=dims[2]) config_kwargs = {} if not enable_all_tactics: