Added failing test for partially filled buffer average

This commit is contained in:
Simon Rose
2023-03-10 09:51:08 +00:00
committed by Michael Davidsaver
parent 1ab474638d
commit 3ab22818da
3 changed files with 59 additions and 22 deletions
@@ -1,11 +1,12 @@
record(ai, "ai") {}
record(waveform, "wf") {
field(FTVL, "DOUBLE")
field(NELM, "4")
field(NELM, "$(N=1)")
}
record(compress, "comp") {
field(INP, "$(INP) NPP")
field(ALG, "$(ALG)")
field(PBUF,"$(PARTIAL=NO)")
field(BALG,"$(BALG)")
field(NSAM,"$(NSAM)")
field(N, "$(N=1)")