BUG: fin_flutter_analysis doesn't find any fin set#510
BUG: fin_flutter_analysis doesn't find any fin set#510Gui-FernandesBR merged 4 commits intodevelopfrom
Conversation
|
I am still working on unit tests to prevent from future occasions. Please don't review it yet |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #510 +/- ##
===========================================
+ Coverage 71.30% 72.02% +0.72%
===========================================
Files 56 56
Lines 9374 9370 -4
===========================================
+ Hits 6684 6749 +65
+ Misses 2690 2621 -69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| found_fin = False | ||
|
|
||
| # First, we need identify if there is at least a fin set in the rocket | ||
| for aero_surface in flight.rocket.aerodynamic_surfaces: |
There was a problem hiding this comment.
Just to make reviewer's life easier: this was the problematic code line. The aerodynamic_surfaces is no longer a list of surfaces, instead it is a list of components;
9923980 to
5390478
Compare
phmbressan
left a comment
There was a problem hiding this comment.
Good to see these tests reintroduced, let's hope they don't give the same headaches as before.
5390478 to
af6b630
Compare
Pull request type
Checklist
black rocketpy/ tests/) has passed locallypytest --runslow) have passed locallyCHANGELOG.mdhas been updated (if relevant)Current behavior
This bug was reported through discord yesterday:

Also, the tests for the
fin_flutter_analysiswere deactivated since they were not passing.New behavior
Breaking change
Additional information
This feature works only for trapezoidal fins, that's said.
Also, we should improve the documentation in the future, try to give some more examples.