Skip to content

Commit

Permalink
Merge pull request #268 from rschwant/develop
Browse files Browse the repository at this point in the history
fix bug that removed aircraftplots import line
  • Loading branch information
rschwant authored Aug 20, 2024
2 parents 0992e14 + abc4eda commit bbaf68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions melodies_monet/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@ def plotting(self):
from .plots import satplots as splots,savefig
else:
from .plots import surfplots as splots, savefig
from .plots import aircraftplots as airplots

# Disable figure count warning
initial_max_fig = plt.rcParams["figure.max_open_warning"]
Expand Down

0 comments on commit bbaf68a

Please sign in to comment.