We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab0504 commit a37bffeCopy full SHA for a37bffe
1 file changed
src/resistnet/MLPE.py
@@ -27,7 +27,7 @@ def objective(rho):
27
28
bounds = [(0.0001, 0.4999)]
29
result = minimize(objective, self.rho, bounds=bounds,
30
- method='L-BFGS-B')
+ method='L-BFGS-B')
31
self.rho = result.x[0]
32
return self.rho
33
0 commit comments