Closed anpeter1 closed 1 year ago
With trial numbers >9 the naming convention does not drop a zero to maintain three digits (ex, the result is '0010', instead of '010', to match single digits naming, ex '009') This may be problematic for automated codes later on.
In which file?
I mean, which python or jupyter notebook file?
Test comment
This is a test
Fixed this via commit to kineKit.
With trial numbers >9 the naming convention does not drop a zero to maintain three digits (ex, the result is '0010', instead of '010', to match single digits naming, ex '009') This may be problematic for automated codes later on.