diff --git a/auto_LiRPA/bound_general.py b/auto_LiRPA/bound_general.py index 37e7b17..3348d5b 100644 --- a/auto_LiRPA/bound_general.py +++ b/auto_LiRPA/bound_general.py @@ -1263,7 +1263,7 @@ def compute_bounds( # Use plain tuple defaulting to Linf perturbation. root[i].interval = (value, value) root[i].forward_value = root[i].value = value - root[i].lower = root[i].upper = value + root[i].center = root[i].lower = root[i].upper = value root[i].lower, root[i].upper = root[i].interval