Skip to content

Commit

Permalink
differentiable model construction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich authored and kratsg committed Jul 27, 2020
1 parent 2c7fb98 commit 5e57400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyhf/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
from . import get_backend, default_backend
from . import exceptions
from . import modifiers
from . import utils

# from . import utils
from . import events
from . import probability as prob
from .constraints import gaussian_constraint_combined, poisson_constraint_combined
Expand Down

0 comments on commit 5e57400

Please sign in to comment.