mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Display matplotlib low version warning only once
This commit is contained in:
parent
70624f469b
commit
163ace8856
@ -58,6 +58,7 @@ class PatchedMatplotlib:
|
|||||||
LoggerRoot.get_base_logger().warning(
|
LoggerRoot.get_base_logger().warning(
|
||||||
'matplotlib binding supports version 2.0 and above, found version {}'.format(
|
'matplotlib binding supports version 2.0 and above, found version {}'.format(
|
||||||
matplotlib.__version__))
|
matplotlib.__version__))
|
||||||
|
PatchedMatplotlib._patched_original_plot = False
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if running_remotely():
|
if running_remotely():
|
||||||
|
Loading…
Reference in New Issue
Block a user