Skip to content
Snippets Groups Projects
Commit 83ff1129 authored by Bruce Edelman's avatar Bruce Edelman
Browse files

revert to match master formatting in base.py

parent 8d94cdd3
No related branches found
No related tags found
1 merge request!704Resolve #430 (Add normalisation flag to constrained prior)
......@@ -438,7 +438,8 @@ class Prior(object):
class Constraint(Prior):
def __init__(self, minimum, maximum, name=None, latex_label=None, unit=None):
def __init__(self, minimum, maximum, name=None, latex_label=None,
unit=None):
super(Constraint, self).__init__(minimum=minimum, maximum=maximum, name=name,
latex_label=latex_label, unit=unit)
self._is_fixed = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment