Skip to content

Commit

Permalink
add is_shared
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored and matthewfeickert committed Dec 15, 2022
1 parent e62f10a commit 9d8d660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pyhf/experimental/modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def make_builder(
funcname: str, deps: list[str], newparams: dict[str, dict[str, Sequence[float]]]
) -> BaseBuilder:
class _builder(BaseBuilder):
is_shared = False

def __init__(self, config):
self.builder_data = {'funcs': {}}
self.config = config
Expand Down

0 comments on commit 9d8d660

Please sign in to comment.