diff --git a/pysipfenn/core/pysipfenn.py b/pysipfenn/core/pysipfenn.py index a7c0ad2..4507133 100644 --- a/pysipfenn/core/pysipfenn.py +++ b/pysipfenn/core/pysipfenn.py @@ -72,7 +72,7 @@ def __init__(self, """Initializes the pySIPFENN Calculator object.""" if verbose: print('********* Initializing pySIPFENN Calculator **********') - self.verbose = verbose + self.verbose = verbose # dictionary with all model information with resources.files('pysipfenn.modelsSIPFENN').joinpath('models.json').open('r') as f: if verbose: @@ -1144,4 +1144,4 @@ def wrapper_KS2022_dilute_generate_descriptor(args): def wrapper_KS2022_randomSolutions_generate_descriptor(args): """Wraps the ``KS2022_randomSolutions.generate_descriptor`` function for parallel processing.""" - return KS2022_randomSolutions.generate_descriptor(*args) \ No newline at end of file + return KS2022_randomSolutions.generate_descriptor(*args)