Skip to content

Commit

Permalink
black edits
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed May 31, 2024
1 parent b9b67d7 commit 388fd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyelq/meteorology.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ def plot_polar_scatter(self, fig: go.Figure, sensor_object: SensorGroup, templat
warnings.warn(
f"Concentration values for sensor {sensor_key} are of shape "
+ f"{sensor.concentration.shape}, but wind_direction values for meteorology object {sensor_key} "
f"has shape {temp_met_object.wind_direction.shape}. It will not be plotted on the polar scatter "
f"plot."
f"has shape {temp_met_object.wind_direction.shape}. It will not be plotted on the polar scatter "
f"plot."
)
else:
theta = temp_met_object.wind_direction
Expand Down

0 comments on commit 388fd6d

Please sign in to comment.