Skip to content
Snippets Groups Projects
Commit e338089a authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Lint.

parent d3023243
Branches
Tags
1 merge request!6QTR
......@@ -49,9 +49,6 @@ class LeastSquare(AbstractFitting):
"regularization": 0.0,
}
def __init__(self, **kwargs):
super().__init__(**kwargs)
def set_options(self, **kwargs):
"""Set options for least square minimization"""
super().set_options(**kwargs)
......@@ -75,9 +72,6 @@ class QuasiTimeReversible(AbstractFitting):
"regularization": 0.0,
}
def __init__(self, **kwargs):
super().__init__(**kwargs)
def set_options(self, **kwargs):
"""Set options for quasi time reversible fitting"""
super().set_options(**kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment