Skip to content

Commit 21b2211

Browse files
committed
Minor bug fix (should not affect results)
1 parent 680b143 commit 21b2211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfols/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def add_new_point(self, x, rvec):
210210
if f < self.fopt():
211211
self.kopt = self.npt() - 1
212212

213-
self.lu_current = False
213+
self.factorisation_current = False
214214
return
215215

216216
def shift_base(self, xbase_shift):

0 commit comments

Comments
 (0)