Skip to content

Commit

Permalink
no unfittable params in plk
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Oct 10, 2023
1 parent 628e6bd commit ddf1b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pint/pintk/plk.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def addFitCheckBoxes(self, model):
for p in model.components[comp].params
if p not in pulsar.nofitboxpars
and getattr(model, p).quantity is not None
and p in model.fittable_params
]

# Don't bother showing components without any fittable parameters
Expand Down

0 comments on commit ddf1b9a

Please sign in to comment.