Skip to content

Commit 8809c21

Browse files
committed
new argument added in 2.2
1 parent 729705e commit 8809c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/python/kerastools/progbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def apply_patch():
1616
# save existing version of update for delegation
1717
update = Progbar.update
1818

19-
def update_with_patch(self, current, values=None, force=False):
19+
def update_with_patch(self, current, values=None, force=False, finalize=None):
2020
# force dynamic display
2121
self._dynamic_display = True
2222
# delegate

0 commit comments

Comments
 (0)