Closed fzimmermann89 closed 4 days ago
not sure about the signal model names...
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1966 | 0 :zzz: | 0 :x: | 0 :fire: | 1m 44s :stopwatch: |
Coverage Report
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1919 | 0 :zzz: | 8 :x: | 0 :fire: | 1m 25s :stopwatch: |
:file_folder: Download as zip :mag: View online
@schuenke any idea why here are two coverage comments?
@schuenke any idea why here are two coverage comments?
hmmm not sure, no. In the checks it says that a previous comment was found and updated for all 3 pytest runs (py 3.10, 3.11 and 3.12). Maybe a bug due to the force-push while a previos test was still running?
I changed most of the really confusing parameterized names. There are instances where I in the past used a string in the parameterization just to have a readable test name. In theory, this could also be changed now that I learned about the ids parameter.. If anybody notices any other tests where the parameterizations can be named better, feel free to contribute here.
also, rename 'uf' and 'nuf' to uniform and non-uniform etc.