issues
search
RTIInternational
/
SMART
Smarter Manual Annotation for Resource-constrained collection of Training data
MIT License
220
stars
31
forks
source link
fix broken timezone issue and some linting
#285
Closed
AstridKery
closed
10 months ago
AstridKery
commented
10 months ago
This addresses two issues:
The download labeled data was broken by one of the recent upgrades. The timezone normalizing was causing an error.
A typo was discovered in the history table datetime rendering. %m was being used to render the minutes but %m is month and %M is minute.
This addresses two issues: