Article

TTEST - a unit test toolbox for acoustic research (vor Ort)

* Presenting author
Day / Time: 23.03.2022, 16:20-16:40
Room: 57-02
Typ: Regulärer Vortrag
Online-access: Bitte loggen Sie sich ein, damit weitere Inhalte sichtbar werden (bspw. der Zugang zur Onlinesitzung).
Abstract:

TTEST is a toolbox for the handling and automated testing of scientific software written in GNU Octave and Matlab that has been developed with applications in acoustic research in mind. Besides providing numeric comparison tests at various degrees of severity and precision, including support for floating point numbers, TTEST provides string comparison tests, and tests for comparing properties such as the output dimensions of the system under test.While the usage of TTEST requires no advanced programming knowledge, it targets specifically the testing of complex functions like audio signal processing algorithms and auditory models by providing gold standard and property based tests. Moreover, the toolbox comes with functions to trace and verify the code's control flow and can thus help saving time and effortin understanding and managing pre-existing code.TTEST is fast, requires little excess code, and allows for embedding the tests as comments within the code. It is hoped to be useful even for the implementation of small projects.

Error

Error : E_DEPRECATED

strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated

1
/kunden/431424_13355/webseiten/subdomains/app2022.daga-tagung.de/memyc/resources/OutputCompression.php, line 35
32.              */
33.             if (headers_sent()) {
34.                 $encoding = false;
35.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) {
36.                 $encoding = 'x-gzip';
37.             } elseif (strpos($HTTP_ACCEPT_ENCODING, 'gzip') !== false) {
38.                 $encoding = 'gzip';