Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Oct 22, 2024
1 parent 8f1b246 commit a371f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sas/sascalc/fit/BumpsFitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ def abort_test():
x = fitdriver.fitter.state.draw().points
n_parameters = x.shape[1]
cov = np.cov(x.T, bias=True).reshape((n_parameters, n_parameters))
print(cov)
else:
cov = fitdriver.cov()
except Exception as exc:
Expand Down

0 comments on commit a371f28

Please sign in to comment.