mirror of
https://github.com/clearml/clearml
synced 2025-04-09 23:24:31 +00:00
Fixed bug in report_confusion_matrix when series argument was removed (#936)
This commit is contained in:
parent
7701d47b44
commit
08ce79002b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user