NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 21 forks source link

Fails to reset missing value flag #113

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by steven.c.hankin on 18 Apr 2001 19:58 UTC yes? let/bad=3 a = {2,2,2,2,2} yes? stat a+1

         A+1
         X: 0.5 to 5.5
         Y:  N/A
         Z:  N/A
         T:  N/A
         DATA SET: N/A

Total # of data points: 5 (511*1)

flagged as bad data: 5

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/255

karlmsmith commented 6 years ago

Comment by steven.c.hankin on 18 Apr 2001 21:38 UTC It stems from the asymmetry of context processing in IS_ALGEBRA

Note that the error occurs in let/bad=3 a = 2 stat a+1 but not in stat 1+a