Skip to content
Snippets Groups Projects
Commit b6c5cca0 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

another vorzeichenfehler

parent f2329d21
No related branches found
No related tags found
No related merge requests found
Pipeline #14744 passed with stages
in 9 minutes and 54 seconds
......@@ -190,7 +190,7 @@ def fitPolynomial(data: DictOfSeries, field: str, flagger: BaseFlagger,
)
if return_residues:
residues = residues - to_fit
residues = to_fit - residues
data[field] = residues
if eval_flags:
......
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