fix : minor edit in __init__

pull/83/head
sepandhaghighi 2022-01-06 00:54:58 +03:30
rodzic 1438ac8295
commit 5dd30f3cd4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ class GenerativeImage:
_GI_initializer(self, function1, function2)
if config is not None:
load_config(self, config)
if data is not None:
elif data is not None:
load_data(self, data)
if self.matplotlib_version != matplotlib.__version__:
warn(