comparison tests/test-multiple-audio/transforms/af.n3 @ 298:9e98a1a8ebbd

Exclude mode from this test
author Chris Cannam
date Thu, 25 May 2017 10:52:03 +0100
parents 5db279f1e0f8
children
comparison
equal deleted inserted replaced
297:e44936468d86 298:9e98a1a8ebbd
16 # This is not a summary and so should not appear with --summary-only 16 # This is not a summary and so should not appear with --summary-only
17 :transform2 a vamp:Transform; 17 :transform2 a vamp:Transform;
18 vamp:plugin examples:percussiononsets ; 18 vamp:plugin examples:percussiononsets ;
19 vamp:output examples:percussiononsets_output_onsets . 19 vamp:output examples:percussiononsets_output_onsets .
20 20
21 :transform3 a vamp:Transform; 21 # Skipping this one. Mode is currently problematic as it uses bitwise
22 vamp:plugin examples:amplitudefollower ; 22 # float comparison
23 vamp:output examples:amplitudefollower_output_amplitude ; 23 #:transform3 a vamp:Transform;
24 vamp:summary_type "mode" . 24 # vamp:plugin examples:amplitudefollower ;
25 # vamp:output examples:amplitudefollower_output_amplitude ;
26 # vamp:summary_type "mode" .
25 27
26 # This has different step and block sizes from the default 28 # This has different step and block sizes from the default
27 # (:transform0), and so should be listed separately with different 29 # (:transform0), and so should be listed separately with different
28 # values in the output 30 # values in the output
29 :transform4 a vamp:Transform; 31 :transform4 a vamp:Transform;