-
-
Notifications
You must be signed in to change notification settings - Fork 194
MAINT: move aero surface plots and prints #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is important to keep the same behavior as other rocketpy classes Having info() and allInfo() is already tradition in rocketpy
tests/test_rocket.py
Outdated
# Check if draw method is working properly | ||
assert FinSet.draw() == None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Fin.draw() method doesn't exist anymore. Only the Fin.plots.draw()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you really want to, we can create a draw() method inside each of the Fins classes, which will return self.plots.draw(), but I honestly don't see how that could be helpful.
Ready for a re-review @MateusStano |
Pull request type
Pull request checklist
Code base maintenance (refactoring, formatting, renaming):
black rocketpy
) has passed locally and any fixes were madepytest --runslow
) have passed locallyWhat is the new behavior?
Does this introduce a breaking change?
Other information