mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
PEP8
This commit is contained in:
parent
02fa11c845
commit
2e95881c76
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user