Skip to content

Commit

Permalink
MNT #308
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 27, 2020
1 parent bfba4cc commit c0a94ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/diffractometer.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def undoLastConstraints(self):
def _push_current_constraints(self):
"""push current constraints onto the stack"""
constraints = {
m: Constraints(
m: Constraint(
*self.calc[m].limits,
self.calc[m].value,
self.calc[m].fit)
Expand Down

0 comments on commit c0a94ba

Please sign in to comment.