Fixed bug in report_confusion_matrix when series argument was removed (#936)

This commit is contained in:
vfdev 2023-02-26 09:04:39 +01:00 committed by GitHub
parent 7701d47b44
commit 08ce79002b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -651,7 +651,6 @@ class Logger(object):
# if task was not started, we have to start it
self._start_task_if_needed()
self._touch_title_series(title, series)
# noinspection PyProtectedMember
return self._task._reporter.report_value_matrix(
title=title,