plot_windmatrix fails if source == None #276
Labels
good first issue
Good for newcomers
size:S
Measured in minutes
type:bug
Error or unexpected behaviour
It is possible to create a Wind object with the source unset, in which case it defaults to None. This is not an issue in itself, but plot_windmatrix fails if self.source == None, as line 1679 attempts to append to a string:
Please ensure that NoneType is handled when creating the plot title here.
The text was updated successfully, but these errors were encountered: