Correctly process FIT files from C2 and ConnectIQ

Issue #145 resolved
Sander Roosendaal repo owner created an issue

No description provided.

Comments (4)

  1. Sander Roosendaal reporter

    The connectIQ file throws an error:

    169                 # examples in the wild. For now, just throw an exception
    170                 raise FitParseError("Invalid field size %d for type '%s' (expected a multiple of %d)" % (
    

    --> 171 field_size, base_type.name, base_type.size)) 172 173 # If the field has components that are accumulators

    FitParseError: Invalid field size 33 for type 'sint32' (expected a multiple of 4)

  2. Log in to comment