1
0
mirror of synced 2024-11-24 05:30:11 +01:00
tja2fumen/testing
Viv b874d5c412
Fix inaccurate method for computing the fumenOffset values for the initial measures (#28)
- Before: 'OFFSET' = 2nd measure fumenOffset
- After: ('OFFSET'-Full measure duration) = 1st measure fumenOffset

Both methods will produce the same results if no #MEASURE/#BPMCHANGE
commands are present in the first two measures. However, if these
commands ARE present, then you will get wildly different results.

This change doesn't affect 4/6 tests, but for 2/6 tests there were
#MEASURE/#BPMCHANGE commands. For these songs, I had erroneously "fixed"
the OFFSET values, when they were correct all along. So, I reverted them
back to their original values.

Fixes #25.
2023-07-06 23:38:10 -04:00
..
data Fix inaccurate method for computing the fumenOffset values for the initial measures (#28) 2023-07-06 23:38:10 -04:00
conftest.py Adapt release workflow to also act as a test suite (#18) 2023-06-29 01:20:46 -04:00
test_conversion.py Add support for #DELAY commands (#24) 2023-07-05 23:53:48 -04:00
test_soulgauge_LUTs.py tests/: Add WIP test for soul-gauge byte LUTs 2023-06-29 21:24:55 -04:00