From cd3d8fe573b949d82b7009783ac13dc69e4f1761 Mon Sep 17 00:00:00 2001 From: lukasheinrich Date: Tue, 18 Sep 2018 11:14:14 +0200 Subject: [PATCH] whitespace --- pyhf/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhf/pdf.py b/pyhf/pdf.py index 998d1325eb..53cfd0f41f 100644 --- a/pyhf/pdf.py +++ b/pyhf/pdf.py @@ -262,7 +262,7 @@ def expected_auxdata(self, pars): tocat = [thisaux] if auxdata is None else [auxdata, thisaux] auxdata = tensorlib.concatenate(tocat) return auxdata - + def expected_actualdata(self, pars): tensorlib, _ = get_backend() pars = tensorlib.astensor(pars)