From aa4fd65dd462b2e177a012bce06ebfc5cdfc48cd Mon Sep 17 00:00:00 2001 From: blendoit Date: Thu, 17 Oct 2019 17:48:30 -0700 Subject: Start work on cl vs alpha curves and calculations --- example_airfoil.py | 35 +- log_base.txt | 998 +++++++++++++++++++++++++++++++++++++++++++++++++ resources/NACA_2412.py | 22 ++ 3 files changed, 1034 insertions(+), 21 deletions(-) create mode 100644 resources/NACA_2412.py diff --git a/example_airfoil.py b/example_airfoil.py index c20bdef..3dc319c 100644 --- a/example_airfoil.py +++ b/example_airfoil.py @@ -13,7 +13,7 @@ import resources.materials as mt import creator import evaluator.evaluator as evaluator import generator -# from generator import +import matplotlib.pyplot as plt import time start_time = time.time() @@ -44,14 +44,13 @@ eval = evaluator.Evaluator("eval") ac = creator.base.Aircraft(eval, "ac") af = creator.wing.Airfoil(ac, 'af') af.add_naca(2412) -# af.info_print(2) -af.info_save() spar1 = creator.wing.Spar(af, 'spar1') spar2 = creator.wing.Spar(af, 'spar2', 0.57) -# af.spar1.info_print(2) -# af.spar2.info_print(2) -spar1.info_save() -spar2.info_save() +# stringer = creator.wing.Stringer(af, 'stringer') +# af.stringer.add_coord(af, [af.spar1, af.spar2], NOSE_TOP_STRINGERS, +# TOP_STRINGERS, NOSE_BOTTOM_STRINGERS, BOTTOM_STRINGERS) +# af.stringer.info_print(2) +# af.stringer.info_save(SAVE_PATH, 'foo_name') ac2 = creator.base.Aircraft(eval, "ac2") af2 = creator.wing.Airfoil(ac2, 'af2') @@ -62,6 +61,7 @@ spar4 = creator.wing.Spar(af2, 'spar4', 0.67) spar3.info_save() spar4.info_save() + eval.tree_print() eval.tree_save() @@ -73,20 +73,6 @@ print(eval.analysis()) # for spar in aircraft.wing.spars: # print(spar, f"is made out of: {spar.material['name']}") -# ac.info_print() - -# eval.info_print(2) - -# # Create stringer instance -# af.stringer = wing.Stringer() -# # Compute the stringer coordinates from their quantity in each zone -# af.stringer.add_coord(af, [af.spar1, af.spar2], NOSE_TOP_STRINGERS, TOP_STRINGERS, -# NOSE_BOTTOM_STRINGERS, BOTTOM_STRINGERS) -# af.stringer.add_area(STRINGER_AREA) -# af.stringer.add_webs(SKIN_THICKNESS) -# af.stringer.info_print(2) -# af.stringer.info_save(SAVE_PATH, 'foo_name') - # Plot components with matplotlib # creator.wing.plot_geom(af, [af.spar1, af.spar2], None) @@ -98,6 +84,13 @@ print(eval.analysis()) # evaluator.plot_geom(eval) # evaluator.plot_lift(eval) +# import resources.NACA_2412 +# cl = resources.NACA_2412.cl +# alpha = resources.NACA_2412.alpha +# plt.plot(alpha, cl) +# plt.show() + + # Final execution time final_time = time.time() - start_time print(f"--- {round(final_time, 4)}s seconds ---") diff --git a/log_base.txt b/log_base.txt index 9704724..317e784 100644 --- a/log_base.txt +++ b/log_base.txt @@ -1196,3 +1196,1001 @@ 2019-10-17 16:20:59,731 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt 2019-10-17 16:20:59,731 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt 2019-10-17 16:20:59,731 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:17:35,396 - DEBUG - $HOME=/home/blendux +2019-10-17 17:17:35,399 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:17:35,400 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:17:35,437 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:17:35,478 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:17:35,479 - DEBUG - interactive is False +2019-10-17 17:17:35,479 - DEBUG - platform is linux +2019-10-17 17:17:35,480 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:17:35,764 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:17:35,774 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:17:36,613 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:17:36,712 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:17:36,715 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:17:36,889 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af_info.txt +2019-10-17 17:17:36,895 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar1_info.txt +2019-10-17 17:17:36,897 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar2_info.txt +2019-10-17 17:17:37,053 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:17:37,057 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:17:37,059 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:17:37,061 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:17:44,492 - DEBUG - $HOME=/home/blendux +2019-10-17 17:17:44,493 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:17:44,494 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:17:44,529 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:17:44,541 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:17:44,541 - DEBUG - interactive is False +2019-10-17 17:17:44,542 - DEBUG - platform is linux +2019-10-17 17:17:44,542 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:17:44,794 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:17:44,803 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:17:45,527 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:17:45,599 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:17:45,602 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:17:45,770 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af_info.txt +2019-10-17 17:17:45,773 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar1_info.txt +2019-10-17 17:17:45,776 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar2_info.txt +2019-10-17 17:17:45,929 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:17:45,933 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:17:45,936 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:17:45,937 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:35:52,352 - DEBUG - $HOME=/home/blendux +2019-10-17 17:35:52,353 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:35:52,354 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:35:52,388 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:35:52,400 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:35:52,400 - DEBUG - interactive is False +2019-10-17 17:35:52,401 - DEBUG - platform is linux +2019-10-17 17:35:52,401 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:35:52,650 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:35:52,659 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:35:53,352 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:35:53,424 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:35:53,426 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:36:09,189 - DEBUG - $HOME=/home/blendux +2019-10-17 17:36:09,191 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:36:09,192 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:36:09,226 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:36:09,238 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:36:09,239 - DEBUG - interactive is False +2019-10-17 17:36:09,239 - DEBUG - platform is linux +2019-10-17 17:36:09,240 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:36:09,490 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:36:09,499 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:36:10,220 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:36:10,292 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:36:10,295 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:36:10,546 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:36:10,550 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:36:10,552 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:36:10,554 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:37:05,124 - DEBUG - $HOME=/home/blendux +2019-10-17 17:37:05,125 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:37:05,126 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:37:05,161 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:37:05,172 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:37:05,173 - DEBUG - interactive is False +2019-10-17 17:37:05,173 - DEBUG - platform is linux +2019-10-17 17:37:05,173 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:37:05,423 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:37:05,432 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:37:06,147 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:37:06,219 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:37:06,222 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:37:06,471 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:37:06,475 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:37:06,477 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:37:06,479 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:38:08,082 - DEBUG - $HOME=/home/blendux +2019-10-17 17:38:08,084 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:38:08,085 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:38:08,119 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:38:08,131 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:38:08,132 - DEBUG - interactive is False +2019-10-17 17:38:08,132 - DEBUG - platform is linux +2019-10-17 17:38:08,132 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:38:08,380 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:38:08,389 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:38:09,066 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:38:09,138 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:38:09,140 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:38:09,392 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:38:09,396 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:38:09,399 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:38:09,400 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:38:27,768 - DEBUG - $HOME=/home/blendux +2019-10-17 17:38:27,770 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:38:27,770 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:38:27,805 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:38:27,817 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:38:27,818 - DEBUG - interactive is False +2019-10-17 17:38:27,818 - DEBUG - platform is linux +2019-10-17 17:38:27,818 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:38:28,066 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:38:28,074 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:38:28,754 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:38:28,826 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:38:28,828 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:38:29,080 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:38:29,084 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:38:29,086 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:38:29,088 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:38:43,973 - DEBUG - $HOME=/home/blendux +2019-10-17 17:38:43,975 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:38:43,975 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:38:44,010 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:38:44,021 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:38:44,022 - DEBUG - interactive is False +2019-10-17 17:38:44,022 - DEBUG - platform is linux +2019-10-17 17:38:44,023 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:38:44,270 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:38:44,279 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:38:44,962 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:38:45,033 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:38:45,036 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:38:45,286 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:38:45,290 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:38:45,292 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:38:45,294 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:38:45,849 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. +2019-10-17 17:38:45,851 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,852 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,852 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,852 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,853 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,853 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,854 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,854 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,855 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,855 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,855 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,856 - DEBUG - findfont: score() = 0.05 +2019-10-17 17:38:45,856 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,857 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,857 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,858 - DEBUG - findfont: score() = 0.33499999999999996 +2019-10-17 17:38:45,858 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,858 - DEBUG - findfont: score() = 1.05 +2019-10-17 17:38:45,859 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,859 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,860 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,860 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,860 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,861 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,861 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,862 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,862 - DEBUG - findfont: score() = 1.335 +2019-10-17 17:38:45,862 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,863 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,863 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,864 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,864 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,864 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,865 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,865 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,866 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,866 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,866 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,867 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,867 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:38:45,868 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,868 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,868 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:38:45,869 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,869 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,870 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,870 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,870 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:38:45,871 - DEBUG - findfont: score() = 11.525 +2019-10-17 17:38:45,871 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,872 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,872 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:38:45,872 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,873 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,873 - DEBUG - findfont: score() = 7.698636363636363 +2019-10-17 17:38:45,874 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,874 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,874 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,875 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,875 - DEBUG - findfont: score() = 3.6863636363636365 +2019-10-17 17:38:45,876 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,876 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,876 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,877 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,877 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,878 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,878 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,879 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,879 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,879 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,880 - DEBUG - findfont: score() = 3.9713636363636367 +2019-10-17 17:38:45,880 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,880 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,881 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,881 - DEBUG - findfont: score() = 6.698636363636363 +2019-10-17 17:38:45,882 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,882 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,883 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,883 - DEBUG - findfont: score() = 4.971363636363637 +2019-10-17 17:38:45,883 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,884 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,884 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:38:45,885 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,885 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,885 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,886 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,886 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,887 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,887 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,887 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,888 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,888 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,889 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,889 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,889 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,890 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,890 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:38:45,891 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:38:45,891 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:38:45,891 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:38:45,892 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,892 - DEBUG - findfont: score() = 7.413636363636363 +2019-10-17 17:38:45,893 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,893 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,893 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,894 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,894 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,895 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,895 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,895 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,896 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:38:45,896 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,897 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,897 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,897 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,898 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:38:45,898 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,899 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:38:45,899 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,899 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,900 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,900 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,901 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,901 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:38:45,901 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,902 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,902 - DEBUG - findfont: score() = 6.413636363636363 +2019-10-17 17:38:45,903 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,903 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,903 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:38:45,904 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:38:45,904 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:38:45,905 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,905 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,905 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,906 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,906 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,907 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:38:45,907 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,907 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,908 - DEBUG - findfont: score() = 4.6863636363636365 +2019-10-17 17:38:45,908 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,909 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,909 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,909 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:38:45,910 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,910 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,911 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,911 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,911 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:38:45,912 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,912 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:38:45,913 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:38:45,913 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/usr/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. +2019-10-17 17:40:10,645 - DEBUG - $HOME=/home/blendux +2019-10-17 17:40:10,646 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:40:10,647 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:40:10,681 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:40:10,693 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:40:10,693 - DEBUG - interactive is False +2019-10-17 17:40:10,694 - DEBUG - platform is linux +2019-10-17 17:40:10,694 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:40:10,945 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:40:10,953 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:40:11,641 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:40:11,743 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:40:11,746 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:40:11,999 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:40:12,002 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:40:12,005 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:40:12,006 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:40:12,516 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. +2019-10-17 17:40:12,517 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,518 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,518 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,519 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,519 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,520 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,520 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,520 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,521 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,521 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,522 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,522 - DEBUG - findfont: score() = 0.05 +2019-10-17 17:40:12,522 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,523 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,523 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,524 - DEBUG - findfont: score() = 0.33499999999999996 +2019-10-17 17:40:12,524 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,524 - DEBUG - findfont: score() = 1.05 +2019-10-17 17:40:12,525 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,525 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,526 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,526 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,526 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,527 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,527 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,528 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,528 - DEBUG - findfont: score() = 1.335 +2019-10-17 17:40:12,529 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,529 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,529 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,530 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,530 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,531 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,531 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,531 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,532 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,532 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,533 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,533 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,533 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:12,534 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,534 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,535 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:40:12,535 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,535 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,536 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,536 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,537 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:12,537 - DEBUG - findfont: score() = 11.525 +2019-10-17 17:40:12,537 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,538 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,538 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:12,539 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,539 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,539 - DEBUG - findfont: score() = 7.698636363636363 +2019-10-17 17:40:12,540 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,540 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,541 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,541 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,542 - DEBUG - findfont: score() = 3.6863636363636365 +2019-10-17 17:40:12,542 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,542 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,543 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,543 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,544 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,544 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,544 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,545 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,545 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,546 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,546 - DEBUG - findfont: score() = 3.9713636363636367 +2019-10-17 17:40:12,546 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,547 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,547 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,548 - DEBUG - findfont: score() = 6.698636363636363 +2019-10-17 17:40:12,548 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,548 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,549 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,549 - DEBUG - findfont: score() = 4.971363636363637 +2019-10-17 17:40:12,550 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,550 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,550 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:12,551 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,551 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,552 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,552 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,552 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,553 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,553 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,554 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,554 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,555 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,555 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,555 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,556 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,556 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,557 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:12,557 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:12,557 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:12,558 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:40:12,558 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,559 - DEBUG - findfont: score() = 7.413636363636363 +2019-10-17 17:40:12,559 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,560 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,560 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,561 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,561 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,562 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,562 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,562 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,563 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:12,563 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,564 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,564 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,564 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,565 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:12,565 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,566 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:12,566 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,566 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,567 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,567 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,568 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,568 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:12,569 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,569 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,569 - DEBUG - findfont: score() = 6.413636363636363 +2019-10-17 17:40:12,570 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,570 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,571 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:12,571 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:12,571 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:12,572 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,572 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,573 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,573 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,573 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,574 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:12,574 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,575 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,575 - DEBUG - findfont: score() = 4.6863636363636365 +2019-10-17 17:40:12,575 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,576 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,576 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,577 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:12,577 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,577 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,578 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,578 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,579 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:12,579 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,579 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:12,580 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:12,580 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/usr/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. +2019-10-17 17:40:35,250 - DEBUG - $HOME=/home/blendux +2019-10-17 17:40:35,252 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:40:35,252 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:40:35,287 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:40:35,299 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:40:35,299 - DEBUG - interactive is False +2019-10-17 17:40:35,300 - DEBUG - platform is linux +2019-10-17 17:40:35,300 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:40:35,550 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:40:35,559 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:40:36,277 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:40:36,349 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:40:36,351 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:40:36,602 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:40:36,606 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:40:36,608 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:40:36,610 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:40:37,100 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. +2019-10-17 17:40:37,102 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,102 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,103 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,103 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,103 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,104 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,104 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,105 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,105 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,106 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,106 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,106 - DEBUG - findfont: score() = 0.05 +2019-10-17 17:40:37,107 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,107 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,108 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,108 - DEBUG - findfont: score() = 0.33499999999999996 +2019-10-17 17:40:37,108 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,109 - DEBUG - findfont: score() = 1.05 +2019-10-17 17:40:37,109 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,110 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,110 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,110 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,111 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,111 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,112 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,112 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,112 - DEBUG - findfont: score() = 1.335 +2019-10-17 17:40:37,113 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,113 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,114 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,114 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,115 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,115 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,115 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,116 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,116 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,116 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,117 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,117 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,118 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:37,118 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,119 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,119 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:40:37,119 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,120 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,120 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,121 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,121 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:37,121 - DEBUG - findfont: score() = 11.525 +2019-10-17 17:40:37,122 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,122 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,123 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:37,123 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,123 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,124 - DEBUG - findfont: score() = 7.698636363636363 +2019-10-17 17:40:37,124 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,125 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,125 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,125 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,126 - DEBUG - findfont: score() = 3.6863636363636365 +2019-10-17 17:40:37,126 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,127 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,127 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,127 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,128 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,128 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,129 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,129 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,129 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,130 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,130 - DEBUG - findfont: score() = 3.9713636363636367 +2019-10-17 17:40:37,131 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,131 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,132 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,132 - DEBUG - findfont: score() = 6.698636363636363 +2019-10-17 17:40:37,132 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,133 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,133 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,134 - DEBUG - findfont: score() = 4.971363636363637 +2019-10-17 17:40:37,134 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,134 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,135 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:37,135 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,136 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,136 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,136 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,137 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,137 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,138 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,138 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,138 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,139 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,139 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,140 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,140 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,140 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,141 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:37,141 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:37,142 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:37,142 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:40:37,142 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,143 - DEBUG - findfont: score() = 7.413636363636363 +2019-10-17 17:40:37,143 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,144 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,144 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,145 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,145 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,145 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,146 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,146 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,147 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:37,147 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,147 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,148 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,148 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,149 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:37,149 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,149 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:37,150 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,150 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,150 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,151 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,151 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,152 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:37,152 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,152 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,153 - DEBUG - findfont: score() = 6.413636363636363 +2019-10-17 17:40:37,153 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,154 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,154 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:40:37,155 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:40:37,155 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:40:37,155 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,156 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,156 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,156 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,157 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,157 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:40:37,158 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,158 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,159 - DEBUG - findfont: score() = 4.6863636363636365 +2019-10-17 17:40:37,159 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,159 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,160 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,160 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:40:37,161 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,161 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,161 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,162 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,162 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:40:37,163 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,163 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:40:37,163 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:40:37,164 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/usr/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. +2019-10-17 17:43:31,199 - DEBUG - $HOME=/home/blendux +2019-10-17 17:43:31,200 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:43:31,201 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:43:31,235 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:43:31,247 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:43:31,247 - DEBUG - interactive is False +2019-10-17 17:43:31,248 - DEBUG - platform is linux +2019-10-17 17:43:31,248 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:43:31,496 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:43:31,505 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:43:32,211 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:43:32,283 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:43:32,285 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:43:32,538 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:43:32,542 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:43:32,544 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:43:32,546 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:43:33,070 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. +2019-10-17 17:43:33,071 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,072 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,073 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,073 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,073 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,074 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,074 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,075 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,075 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,076 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,076 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,076 - DEBUG - findfont: score() = 0.05 +2019-10-17 17:43:33,077 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,077 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,078 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,078 - DEBUG - findfont: score() = 0.33499999999999996 +2019-10-17 17:43:33,078 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,079 - DEBUG - findfont: score() = 1.05 +2019-10-17 17:43:33,079 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,080 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,080 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,080 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,081 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,081 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,082 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,082 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,083 - DEBUG - findfont: score() = 1.335 +2019-10-17 17:43:33,083 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,083 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,084 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,084 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,085 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,085 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,085 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,086 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,086 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,087 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,087 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,087 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,088 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:43:33,088 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,089 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,089 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:43:33,089 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,090 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,090 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,091 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,091 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:43:33,092 - DEBUG - findfont: score() = 11.525 +2019-10-17 17:43:33,092 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,092 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,093 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:43:33,093 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,094 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,094 - DEBUG - findfont: score() = 7.698636363636363 +2019-10-17 17:43:33,094 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,095 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,095 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,096 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,096 - DEBUG - findfont: score() = 3.6863636363636365 +2019-10-17 17:43:33,097 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,097 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,097 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,098 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,098 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,099 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,099 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,099 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,100 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,100 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,101 - DEBUG - findfont: score() = 3.9713636363636367 +2019-10-17 17:43:33,101 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,101 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,102 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,102 - DEBUG - findfont: score() = 6.698636363636363 +2019-10-17 17:43:33,103 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,103 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,103 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,104 - DEBUG - findfont: score() = 4.971363636363637 +2019-10-17 17:43:33,104 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,105 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,105 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:43:33,105 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,106 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,106 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,107 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,107 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,108 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,108 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,108 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,109 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,109 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,110 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,110 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,110 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,111 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,111 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:43:33,112 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:43:33,112 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:43:33,112 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:43:33,113 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,113 - DEBUG - findfont: score() = 7.413636363636363 +2019-10-17 17:43:33,114 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,114 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,114 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,115 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,115 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,116 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,116 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,116 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,117 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:43:33,117 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,118 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,118 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,119 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,119 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:43:33,119 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,120 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:43:33,120 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,120 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,121 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,121 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,122 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,122 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:43:33,123 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,123 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,123 - DEBUG - findfont: score() = 6.413636363636363 +2019-10-17 17:43:33,124 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,124 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,125 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:43:33,125 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:43:33,125 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:43:33,126 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,126 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,127 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,127 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,127 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,128 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:43:33,128 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,129 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,129 - DEBUG - findfont: score() = 4.6863636363636365 +2019-10-17 17:43:33,129 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,130 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,130 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,131 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:43:33,131 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,131 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,132 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,132 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,133 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:43:33,133 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,133 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:43:33,134 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:43:33,134 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/usr/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. +2019-10-17 17:48:00,506 - DEBUG - $HOME=/home/blendux +2019-10-17 17:48:00,508 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:48:00,508 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:48:00,543 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:48:00,555 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:48:00,556 - DEBUG - interactive is False +2019-10-17 17:48:00,556 - DEBUG - platform is linux +2019-10-17 17:48:00,556 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:48:00,808 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:48:00,817 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:48:01,507 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:48:01,580 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:48:01,582 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:48:01,880 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:48:01,883 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:48:01,886 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:48:01,887 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt +2019-10-17 17:48:02,417 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0. +2019-10-17 17:48:02,418 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,419 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,419 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,420 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,420 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,421 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,421 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,422 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,422 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,422 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,423 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,423 - DEBUG - findfont: score() = 0.05 +2019-10-17 17:48:02,424 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,424 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,425 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,425 - DEBUG - findfont: score() = 0.33499999999999996 +2019-10-17 17:48:02,425 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,426 - DEBUG - findfont: score() = 1.05 +2019-10-17 17:48:02,426 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,427 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,427 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,427 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,428 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,428 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,429 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,429 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,429 - DEBUG - findfont: score() = 1.335 +2019-10-17 17:48:02,430 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,430 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,431 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,431 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,431 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,432 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,432 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,433 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,433 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,433 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,434 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,434 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,435 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:48:02,435 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,435 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,436 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:48:02,436 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,437 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,437 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,437 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,438 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:48:02,438 - DEBUG - findfont: score() = 11.525 +2019-10-17 17:48:02,439 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,439 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,439 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:48:02,440 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,440 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,441 - DEBUG - findfont: score() = 7.698636363636363 +2019-10-17 17:48:02,441 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,441 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,442 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,442 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,443 - DEBUG - findfont: score() = 3.6863636363636365 +2019-10-17 17:48:02,443 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,443 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,444 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,444 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,445 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,445 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,445 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,446 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,446 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,447 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,447 - DEBUG - findfont: score() = 3.9713636363636367 +2019-10-17 17:48:02,447 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,448 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,448 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,449 - DEBUG - findfont: score() = 6.698636363636363 +2019-10-17 17:48:02,449 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,449 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,450 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,450 - DEBUG - findfont: score() = 4.971363636363637 +2019-10-17 17:48:02,451 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,451 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,452 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:48:02,452 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,452 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,453 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,453 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,453 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,454 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,454 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,455 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,455 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,455 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,456 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,456 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,457 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,457 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,458 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:48:02,458 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:48:02,458 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:48:02,459 - DEBUG - findfont: score() = 10.525 +2019-10-17 17:48:02,459 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,460 - DEBUG - findfont: score() = 7.413636363636363 +2019-10-17 17:48:02,460 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,460 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,461 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,461 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,462 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,462 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,462 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,463 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,463 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:48:02,464 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,464 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,464 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,465 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,465 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:48:02,466 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,466 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:48:02,466 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,467 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,467 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,468 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,468 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,468 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:48:02,469 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,469 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,470 - DEBUG - findfont: score() = 6.413636363636363 +2019-10-17 17:48:02,470 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,470 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,471 - DEBUG - findfont: score() = 11.335 +2019-10-17 17:48:02,471 - DEBUG - findfont: score() = 11.24 +2019-10-17 17:48:02,472 - DEBUG - findfont: score() = 10.145 +2019-10-17 17:48:02,472 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,472 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,473 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,473 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,474 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,474 - DEBUG - findfont: score() = 10.24 +2019-10-17 17:48:02,474 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,475 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,475 - DEBUG - findfont: score() = 4.6863636363636365 +2019-10-17 17:48:02,476 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,476 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,476 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,477 - DEBUG - findfont: score() = 11.145 +2019-10-17 17:48:02,477 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,478 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,478 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,478 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,479 - DEBUG - findfont: score() = 10.335 +2019-10-17 17:48:02,479 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,480 - DEBUG - findfont: score() = 10.05 +2019-10-17 17:48:02,480 - DEBUG - findfont: score() = 11.05 +2019-10-17 17:48:02,480 - DEBUG - findfont: Matching :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/usr/lib/python3.7/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000. +2019-10-17 17:48:13,214 - DEBUG - $HOME=/home/blendux +2019-10-17 17:48:13,215 - DEBUG - CONFIGDIR=/home/blendux/.config/matplotlib +2019-10-17 17:48:13,216 - DEBUG - matplotlib data path: /usr/lib/python3.7/site-packages/matplotlib/mpl-data +2019-10-17 17:48:13,252 - DEBUG - loaded rc file /usr/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc +2019-10-17 17:48:13,263 - DEBUG - matplotlib version 3.1.1 +2019-10-17 17:48:13,264 - DEBUG - interactive is False +2019-10-17 17:48:13,264 - DEBUG - platform is linux +2019-10-17 17:48:13,265 - DEBUG - loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_thread', '_warnings', '_weakref', 'zipimport', '_frozen_importlib_external', '_io', 'marshal', 'posix', 'encodings', 'codecs', '_codecs', 'encodings.aliases', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', 'io', 'abc', '_abc', 'site', 'os', 'stat', '_stat', 'posixpath', 'genericpath', 'os.path', '_collections_abc', '_sitebuiltins', '_bootlocale', '_locale', 'types', 'importlib', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib.util', 'importlib.abc', 'importlib.machinery', 'contextlib', 'collections', 'operator', '_operator', 'keyword', 'heapq', '_heapq', 'itertools', 'reprlib', '_collections', 'functools', '_functools', 'mpl_toolkits', 'sphinxcontrib', 'resources', 'resources.materials', 'creator', 'creator.base', 'numpy', '__future__', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core', 'numpy.core.info', 'numpy.core.multiarray', 'numpy.core.overrides', 'textwrap', 're', 'enum', 'sre_compile', '_sre', 'sre_parse', 'sre_constants', 'copyreg', 'datetime', 'time', 'math', '_datetime', 'numpy.core._multiarray_umath', 'numpy.compat', 'numpy.compat._inspect', 'numpy.compat.py3k', 'pathlib', 'fnmatch', 'ntpath', 'errno', 'urllib', 'urllib.parse', 'pickle', 'struct', '_struct', '_compat_pickle', '_pickle', 'numpy.core.umath', 'numpy.core.numerictypes', 'numbers', 'numpy.core._string_helpers', 'numpy.core._type_aliases', 'numpy.core._dtype', 'numpy.core.numeric', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'collections.abc', 'numpy.core.fromnumeric', 'numpy.core._methods', 'numpy.core.arrayprint', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.shape_base', 'numpy.core.einsumfunc', 'numpy.core._add_newdocs', 'numpy.core._multiarray_tests', 'numpy.core._dtype_ctypes', '_ctypes', 'ctypes', 'ctypes._endian', 'numpy.core._internal', 'platform', 'subprocess', 'signal', '_posixsubprocess', 'select', 'selectors', 'threading', 'traceback', 'linecache', 'tokenize', 'token', '_weakrefset', 'numpy._pytesttester', 'numpy.lib', 'numpy.lib.info', 'numpy.lib.type_check', 'numpy.lib.ufunclike', 'numpy.lib.index_tricks', 'numpy.matrixlib', 'numpy.matrixlib.defmatrix', 'ast', '_ast', 'numpy.linalg', 'numpy.linalg.info', 'numpy.linalg.linalg', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.lib.function_base', 'numpy.lib.histograms', 'numpy.lib.stride_tricks', 'numpy.lib.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.npyio', 'weakref', 'numpy.lib.format', 'numpy.lib._datasource', 'shutil', 'zlib', 'bz2', '_compression', '_bz2', 'lzma', '_lzma', 'pwd', 'grp', 'numpy.lib._iotools', 'numpy.lib.financial', 'decimal', '_pydecimal', 'contextvars', '_contextvars', 'locale', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.fft', 'numpy.fft.info', 'numpy.fft.pocketfft', 'numpy.fft.pocketfft_internal', 'numpy.fft.helper', 'numpy.polynomial', 'numpy.polynomial.polynomial', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.random', 'numpy.random._pickle', 'numpy.random.mtrand', 'cython_runtime', 'numpy.random.common', 'numpy.random.bounded_integers', 'numpy.random.mt19937', 'numpy.random.bit_generator', '_cython_0_29_13', 'secrets', 'base64', 'binascii', 'hmac', '_hashlib', 'hashlib', '_blake2', '_sha3', 'random', 'bisect', '_bisect', '_random', 'numpy.random.entropy', 'numpy.random.philox', 'numpy.random.pcg64', 'numpy.random.sfc64', 'numpy.random.generator', 'numpy.ctypeslib', 'numpy.ma', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.testing', 'unittest', 'unittest.result', 'unittest.util', 'unittest.case', 'difflib', 'logging', 'string', '_string', 'atexit', 'pprint', 'unittest.suite', 'unittest.loader', 'unittest.main', 'argparse', 'gettext', 'unittest.runner', 'unittest.signals', 'numpy.testing._private', 'numpy.testing._private.utils', 'gc', 'tempfile', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'creator.fuselage', 'creator.propulsion', 'creator.wing', 'matplotlib', 'distutils', 'distutils.version', 'inspect', 'dis', 'opcode', '_opcode', 'matplotlib.cbook', 'glob', 'gzip', 'matplotlib.cbook.deprecation', 'matplotlib.rcsetup', 'matplotlib.fontconfig_pattern', 'pyparsing', 'copy', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'six', 'six.moves', 'matplotlib._version', 'json', 'json.decoder', 'json.scanner', '_json', 'json.encoder', 'matplotlib.ft2font', 'dateutil', 'dateutil._version', 'kiwisolver', 'socket', '_socket'] +2019-10-17 17:48:13,516 - DEBUG - CACHEDIR=/home/blendux/.cache/matplotlib +2019-10-17 17:48:13,525 - DEBUG - Using fontManager instance from /home/blendux/.cache/matplotlib/fontlist-v310.json +2019-10-17 17:48:14,246 - DEBUG - Loaded backend qt5agg version unknown. +2019-10-17 17:48:14,318 - DEBUG - Loaded backend tkagg version unknown. +2019-10-17 17:48:14,321 - DEBUG - Loaded backend TkAgg version unknown. +2019-10-17 17:48:14,576 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/af2_info.txt +2019-10-17 17:48:14,579 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar3_info.txt +2019-10-17 17:48:14,582 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/spar4_info.txt +2019-10-17 17:48:14,584 - DEBUG - Successfully wrote to file /home/blendux/Projects/Aircraft_Studio/save/eval_tree.txt diff --git a/resources/NACA_2412.py b/resources/NACA_2412.py new file mode 100644 index 0000000..ed16e75 --- /dev/null +++ b/resources/NACA_2412.py @@ -0,0 +1,22 @@ +cl = [ + -0.4124, -0.4121, -0.5569, -0.5864, -0.5842, -0.5854, -0.5839, -0.5787, + -0.5695, -0.5571, -0.539, -0.5221, -0.5027, -0.4827, -0.462, -0.4411, + -0.4199, -0.3983, -0.3765, -0.3545, -0.332, -0.3108, -0.2902, -0.2718, + -0.2578, -0.2485, -0.1469, -0.1502, -0.1389, -0.1244, -0.1086, -0.0922, + -0.0756, -0.0589, -0.0109, 0.045, 0.0927, 0.1375, 0.1811, 0.2231, 0.2633, + 0.3025, 0.3408, 0.3785, 0.4157, 0.4528, 0.4905, 0.5281, 0.5639, 0.599, + 0.6342, 0.67, 0.7067, 0.7429, 0.7613, 0.7935, 0.8345, 0.8567, 0.8858, + 0.9139, 0.9384, 0.9598, 0.9816, 0.996, 1.0111, 1.0252, 1.0412, 1.0592, + 1.0779, 1.0969, 1.1165, 1.1354, 1.1471, 1.1591, 1.1743, 1.1677, 1.1563, + 1.1391, 1.1121, 1.076, 1.0357, 1.0001, 0.8261, 0.8419 +] + +alpha = [ + -8.5, -8.25, -7.75, -7.5, -7.25, -7, -6.75, -6.5, -6.25, -6, -5.75, -5.5, + -5.25, -5, -4.75, -4.5, -4.25, -4, -3.75, -3.5, -3.25, -3, -2.75, -2.5, + -2.25, -2, -1.75, -1.5, -1.25, -1, -0.75, -0.5, -0.25, 0, 0.25, 0.5, 0.75, + 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, + 4.75, 5, 5.25, 5.5, 5.75, 6, 6.25, 6.5, 6.75, 7, 7.25, 7.5, 7.75, 8, 8.25, + 8.5, 8.75, 9, 9.25, 9.5, 9.75, 10, 10.25, 10.5, 10.75, 11, 11.25, 11.5, + 11.75, 12, 12.25, 12.5 +] -- cgit v1.2.3