mmchenry / schooling_experiments

MIT License
0 stars 0 forks source link

Trial number naming includes extra zero when numbers move into double digits #6

Closed anpeter1 closed 1 year ago

anpeter1 commented 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.

mmchenry commented 1 year ago

In which file?

mmchenry commented 1 year ago

I mean, which python or jupyter notebook file?

mmchenry commented 1 year ago

Test comment

anpeter1 commented 1 year ago

This is a test

mmchenry commented 1 year ago

Fixed this via commit to kineKit.