lasp/test
J.A. de Jong 41e748c2f5
Some checks failed
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after -4m54s
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped
Made code to compile and probably work with 32-bits floating point. This requires quite some testing to be done
2024-06-03 17:28:51 +02:00
..
benchmark.py Bugfix, added overflow checks for debug mode. Tested AvPowerSpectra. Now works without errors, only addTimeData cannot be called twice. Improved fft implementation. Removed double wrapper for fftpack. Renamed fft.pyx to wrappers.pyx. Improved CMakeLists. Adde proper function entrance and exit tracers. Made tracers indent to function level. Added Bartlett window function 2018-02-09 11:56:49 +01:00
CMakeLists.txt Updated libs. Some comments and tests on cmake with msys2. 2023-05-25 11:41:16 -07:00
scipy_sos_thirdoctavebank.py Bugfix: FilterBankDesigner now always returns second order sections with shape (SOS_ORDER, 6), even for the high pass section. Expanded the third octave bank compliance test. Since it passed for all common sample rates, I removed the warning that the filters might be non-compliant for fs unequal to 48 kHz. 2023-01-09 11:59:48 +01:00
test_aps.py Updated tests 2023-01-12 20:31:55 +01:00
test_cppslm.py Updated tests 2023-01-12 20:31:55 +01:00
test_daq.cpp Added Armadillo backend for Fft's. This one seems to work properly. Added some tests code for daq and StreamMgr in C++. Fixed a stray of a debug dmat somewhere in lasp_daqdata. 2022-10-12 15:02:42 +02:00
test_fft.py Made code to compile and probably work with 32-bits floating point. This requires quite some testing to be done 2024-06-03 17:28:51 +02:00
test_ps.py Cleanup of tests 2023-01-12 20:35:00 +01:00
test_smgr.cpp Updated libs. Some comments and tests on cmake with msys2. 2023-05-25 11:41:16 -07:00