This commit is contained in:
allegroai 2021-05-26 18:30:59 +03:00
parent 02fa11c845
commit 2e95881c76
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ class ClearmlJob(object):
Send Job for execution on the requested execution queue
:param str queue_name:
:return False if Task is not in "created" status (i.e. cannot be enqueued)
"""
if self._is_cached_task:

View File

@ -459,7 +459,7 @@ class PatchedMatplotlib:
return deepcopy(plotly_renderer.plotly_fig)
plotly_dict = our_mpl_to_plotly(mpl_fig)
# # protect against very large plots, convert to png
# # noinspection PyBroadException
# try: