this should be: windSpeed * 1.15 if winDir is not None else 20
That being said, it shouldn't because it' s just a randomly guessed value. Graham Eddy schrieb am Donnerstag, 16. Januar 2025 um 11:41:43 UTC+1: > i mis-spoke. no assignment in ‘else’ e.g. > > windSpeed = 20 if windSpeed == 0 else windSpeed*1.15 > > note: in this case, if windSpeed is None, then None*1.15 throws an > error (silently, without enough debug level) and no action is taken i.e. it > remains None > *⊣GE⊢* > > On 16 Jan 2025, at 9:33 pm, 'Rory Gillies' via weewx-user < > weewx...@googlegroups.com> wrote: > > windSpeed = 20 if windSpeed == 0 else windSpeed == windSpeed * 1.15 > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/9c6416e2-d218-4707-8301-f6c85d72747cn%40googlegroups.com.