Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Sep 19, 2018
1 parent d4ab068 commit c8bbad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhf/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c8bbad2

Please sign in to comment.