Skip to content

Commit 63dcd4a

Browse files
kratsgmatthewfeickert
authored andcommitted
minor bug
1 parent 44aee00 commit 63dcd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhf/modifiers/staterror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def finalize(self):
145145
]
146146
assert all(constraint[0] == element for element in constraint)
147147
self.required_parsets.setdefault(
148-
parname, [required_parset(sigmas, fixed, constraint)]
148+
parname, [required_parset(sigmas, fixed, constraint[0])]
149149
)
150150
return self.builder_data
151151

0 commit comments

Comments
 (0)