mirror of
https://github.com/clearml/clearml
synced 2025-02-01 01:26:49 +00:00
Fix typo
This commit is contained in:
parent
7110b938ae
commit
f4be527a21
@ -126,7 +126,7 @@ class PatchedMatplotlib:
|
||||
|
||||
@staticmethod
|
||||
def update_current_task(task):
|
||||
# make sure we have a default value
|
||||
# make sure we have a default vale
|
||||
if PatchedMatplotlib._global_image_counter_limit is None:
|
||||
from ..config import config
|
||||
PatchedMatplotlib._global_image_counter_limit = config.get('metric.matplotlib_untitled_history_size', 100)
|
||||
|
Loading…
Reference in New Issue
Block a user