Skip to content

Commit

Permalink
pylint for the temporary code
Browse files Browse the repository at this point in the history
  • Loading branch information
pgkirsch committed Oct 18, 2021
1 parent aa8f3a0 commit 6ac7914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpfit/maths/least_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def levenberg_marquardt(
raise ValueError("params should be a vector")

# Define display formatting if required
formatstr1 = "%5.0f %9.6g %9.3g\n"
formatstr = (
"%5.0f %9.6g %9.3g %12.4g %12.4g %8.4g\n"
)
#formatstr1 = "%5.0f %9.6g %9.3g\n"
#formatstr = (
# "%5.0f %9.6g %9.3g %12.4g %12.4g %8.4g\n"
#)

# Get residual values and jacobian at initial point; extract size info
params = initparams
Expand Down

0 comments on commit 6ac7914

Please sign in to comment.