mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add Pipeline Controller automation and example
This commit is contained in:
@@ -384,7 +384,7 @@ class PatchedMatplotlib:
|
||||
_pylab_helpers.Gcf.set_active(stored_figure)
|
||||
|
||||
# get the main task
|
||||
reporter = PatchedMatplotlib._current_task._reporter
|
||||
reporter = PatchedMatplotlib._current_task.__reporter
|
||||
if reporter is not None:
|
||||
if mpl_fig.texts:
|
||||
plot_title = mpl_fig.texts[0].get_text()
|
||||
|
||||
Reference in New Issue
Block a user