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

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,