diff --git a/tests/test_custom_mods.py b/tests/test_custom_mods.py index f0f98233e3..ca83b0f002 100644 --- a/tests/test_custom_mods.py +++ b/tests/test_custom_mods.py @@ -4,6 +4,8 @@ class custom_builder: + is_shared = True + def __init__(self, pdfconfig): self.config = pdfconfig self.required_parsets = { @@ -12,7 +14,6 @@ def __init__(self, pdfconfig): 'paramset_type': 'unconstrained', 'n_parameters': 1, 'is_constrained': False, - 'is_shared': True, 'inits': (1.0,), 'bounds': ((-5, 5),), 'fixed': False,