Skip to content

Commit a0291f1

Browse files
kratsgmatthewfeickert
authored andcommitted
add is_shared
1 parent 26a4f66 commit a0291f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyhf/experimental/modifiers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def make_builder(
4242
funcname: str, deps: list[str], newparams: dict[str, dict[str, Sequence[float]]]
4343
) -> BaseBuilder:
4444
class _builder(BaseBuilder):
45+
is_shared = False
46+
4547
def __init__(self, config):
4648
self.builder_data = {'funcs': {}}
4749
self.config = config

0 commit comments

Comments
 (0)