@@ -194,7 +194,7 @@ def average_surface_temperature_evolution(
194194 self ,
195195 * ,
196196 filename = None ,
197- ): # pylint: disable=too-many-statements
197+ ):
198198 """Plots average temperature progression throughout the day, including
199199 sigma contours.
200200
@@ -269,7 +269,7 @@ def average_surface_temperature_evolution(
269269
270270 def average_surface10m_wind_speed_evolution (
271271 self , wind_speed_limit = False , * , filename = None
272- ): # pylint: disable=too-many-statements
272+ ):
273273 """Plots average surface wind speed progression throughout the day,
274274 including sigma contours.
275275
@@ -371,7 +371,7 @@ def average_surface100m_wind_speed_evolution(
371371 self ,
372372 * ,
373373 filename = None ,
374- ): # pylint: disable=too-many-statements
374+ ):
375375 """Plots average surface wind speed progression throughout the day, including
376376 sigma contours.
377377
@@ -957,7 +957,7 @@ def average_wind_rose_specific_hour(self, hour, fig=None, *, filename=None):
957957 )
958958 show_or_save_plot (filename )
959959
960- def average_wind_rose_grid (self , * , filename = None ): # pylint: disable=too-many-statements
960+ def average_wind_rose_grid (self , * , filename = None ):
961961 """Plot wind roses for all hours of a day, in a grid like plot.
962962
963963 Parameters
@@ -1683,7 +1683,7 @@ def wind_heading_profile_grid(self, clear_range_limits=False, *, filename=None):
16831683 fig .supylabel (f"Altitude AGL ({ self .env_analysis .unit_system ['length' ]} )" )
16841684 show_or_save_plot (filename )
16851685
1686- def animate_wind_speed_profile (self , clear_range_limits = False ): # pylint: disable=too-many-statements
1686+ def animate_wind_speed_profile (self , clear_range_limits = False ):
16871687 """Animation of how wind profile evolves throughout an average day.
16881688
16891689 Parameters
@@ -1763,7 +1763,7 @@ def update(frame):
17631763 plt .close (fig )
17641764 return HTML (animation .to_jshtml ())
17651765
1766- def animate_wind_heading_profile (self , clear_range_limits = False ): # pylint: disable=too-many-statements
1766+ def animate_wind_heading_profile (self , clear_range_limits = False ):
17671767 """Animation of how the wind heading profile evolves throughout an
17681768 average day. Each frame is a different hour of the day.
17691769
0 commit comments