Skip to content

Commit

Permalink
DEV: Add TODO for refactoring CompareFlights class to use show_or_sav…
Browse files Browse the repository at this point in the history
…e_plot
  • Loading branch information
Gui-FernandesBR committed Nov 30, 2024
1 parent 2993ffc commit e723768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocketpy/plots/compare/compare_flights.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from ..plot_helpers import show_or_save_fig, show_or_save_plot
from .compare import Compare

# TODO: needs to refactor this class to use the show_or_save_plot


class CompareFlights(Compare): # pylint: disable=too-many-public-methods
"""A class to compare the results of multiple flights.
Expand Down

0 comments on commit e723768

Please sign in to comment.