performance_assessment report + removed fuelPlanning
Description
- Added performance_assessment report
- removed switches for submodules from config and code
- removed fuelPlanning and missionOptimization (relies on fuel planning)
- Repository has been forked by @philipp.hansmann before removin fuelPlanning and missionOptimization
- Performend major cleanup; not quite thorough though
Related Issue(s)
- Closes #[feature issues] There was an issue for that but i dunno right now
Other Changes
Screenshots/Logs
Testing Instructions
- [Step 1: How to test]
- [Step 2: Expected outcome]
- [Step 3: Additional steps if required]
Developer Checklist
-
Code has been tested locally and/or in pipeline. -
(if applicable) documentation updated. -
(if applicable) impact of new dependencies reviewed and included in project. -
Merge conflicts resolved with the target branch.
Additional Notes
Add any information reviewers should focus on, e.g., specific files, functions, or changes of interest.
Edited by Philipp Hansmann
Merge request reports
Activity
added moduleperformance_assessment label
requested review from @Florian.Schueltke
assigned to @philipp.hansmann and @Moritz.barnert
- Resolved by Philipp Hansmann
added 1 commit
- 45079ff6 - deactivated execution of engine_performance, SAR_performance, BFL, Vn +...
added 1 commit
- 3eb4d666 - fix for v1 being written in acxml even when not calculated
51 56 <performance_checks description="Settings that affect different functionalities!"> 52 <payload_range_diagram description="Payload Range Diagram Calculation"> 53 <switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch> 54 <fidelity_level description="Fidelity level of calculation">low</fidelity_level> 57 <payload_range_diagram description="Payload Range Diagram calculation"> 58 <fidelity_level description="Select the fidelity level of the calculation (options: low)"> 59 <value>low</value> 60 </fidelity_level> 55 61 </payload_range_diagram> 56 62 <engine_performance description="Engine power estimation"> 57 <switch description="On-Off-Switch for this method: 1:On, 0:Off" Unit="-" Default="1">1</switch> 58 <fidelity_level description="Fidelity level of calculation">low</fidelity_level> 63 <fidelity_level description="Select the fidelity level of the calculation (options: low)"> 64 <value>low</value> 65 </fidelity_level> 59 66 </engine_performance> - Resolved by Florian Schültke
- Resolved by Florian Schültke
requested review from @kristina.mazur
@kristina.mazur please help us with this dilemma
Please register or sign in to reply