kopia lustrzana https://github.com/sepandhaghighi/samila
fix : minor edit in __init__
rodzic
1438ac8295
commit
5dd30f3cd4
|
@ -38,7 +38,7 @@ class GenerativeImage:
|
||||||
_GI_initializer(self, function1, function2)
|
_GI_initializer(self, function1, function2)
|
||||||
if config is not None:
|
if config is not None:
|
||||||
load_config(self, config)
|
load_config(self, config)
|
||||||
if data is not None:
|
elif data is not None:
|
||||||
load_data(self, data)
|
load_data(self, data)
|
||||||
if self.matplotlib_version != matplotlib.__version__:
|
if self.matplotlib_version != matplotlib.__version__:
|
||||||
warn(
|
warn(
|
||||||
|
|
Ładowanie…
Reference in New Issue