Skip to content

Commit

Permalink
MNT: Refactor flight prints module
Browse files Browse the repository at this point in the history
- F-strings as faster in python, let's use them!
- Added a docstring to the module!
- useless comments were removed
- docstrings were updated
- no code line is longer than 88 columns (pylint and flake8 restriction)
- improve parachute printing
  • Loading branch information
Gui-FernandesBR committed Mar 22, 2024
1 parent 2456b11 commit 844b363
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 205 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- MNT: Refactor flight prints module [#758](https://github.com/RocketPy-Team/RocketPy/pull/578)
- DOC: Convert CompareFlights example notebooks to .rst files [#576](https://github.com/RocketPy-Team/RocketPy/pull/576)
- ENH: Optional argument to show the plot in Function.compare_plots [#563](https://github.com/RocketPy-Team/RocketPy/pull/563)

Expand Down
Loading

0 comments on commit 844b363

Please sign in to comment.