Closed tnowotny closed 11 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
611cd50
) 62.49% compared to head (db45a87
) 62.49%.
Files | Patch % | Lines |
---|---|---|
ml_genn/ml_genn/utils/data.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I can verify, based on https://github.com/neuromorphs/tonic/blob/develop/tonic/datasets/asl_dvs.py#L39 and https://github.com/neuromorphs/tonic/blob/develop/tonic/datasets/visual_place_recognition.py#L69 that shape[0]
is indeed width
Assuming that the tonic shape is width, height, channels, y needs to be multiplied with shape[0] (the width).