Skip to content

Commit 112bbb3

Browse files
authored
Merge branch 'master' into CMS_2JET_13TEV
2 parents 259abce + f1b4873 commit 112bbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validphys2/src/validphys/dataplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def _plot_fancy_impl(
304304
err = np.full(ndata, np.nan)
305305
# Shift the theory when with_shift option is True
306306
if i==1 and with_shift:
307-
cv[mask] = result.central_value + shifts
307+
cv[mask] = result.central_value - shifts
308308
else:
309309
cv[mask] = result.central_value
310310
# Retain only the uncorrelated part of the error if shifting the data

0 commit comments

Comments
 (0)