Skip to content

Commit a37bffe

Browse files
committed
linting
1 parent 8ab0504 commit a37bffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resistnet/MLPE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def objective(rho):
2727

2828
bounds = [(0.0001, 0.4999)]
2929
result = minimize(objective, self.rho, bounds=bounds,
30-
method='L-BFGS-B')
30+
method='L-BFGS-B')
3131
self.rho = result.x[0]
3232
return self.rho
3333

0 commit comments

Comments
 (0)