pymodulepackage (schueltke): fix for tool_level access
Compare changes
Problem:
tool_level
in aircraft exchange file is accessed by a module but is not existing, the pymodulepackage throws an error as it can be seen and discussed in weight_and_balance_analysis
: aircraft-design!31 (comment 2743760)
Solution:
tool_level
to 0 in that caseTest:
tool_level
is not yet written in the node masses_cg_inertia
and compare it with an execution when the attribute was already written by weight_and_balance_analysis