Skip to content

Commit

Permalink
fix custom mods
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored and matthewfeickert committed Sep 5, 2022
1 parent a0b47ea commit 63e976a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_custom_mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


class custom_builder:
is_shared = True

def __init__(self, pdfconfig):
self.config = pdfconfig
self.required_parsets = {
Expand All @@ -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,
Expand Down

0 comments on commit 63e976a

Please sign in to comment.