Closed eytanadler closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.08%. Comparing base (
cd21478
) to head (267b25a
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Purpose
The AeroProblem stores a map containing the available functions from the solver. ADflow adds these cost functions in the
evalFunctions
method, but currently it is implemented only for built-in cost functions, not custom user functions. This PR adds the line needed to include user-specified functionals in the AeroProblem'sfuncNames
map.Expected time until merged
A few days
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable