rlworkgroup / dowel

A little logger for machine learning research
MIT License
32 stars 37 forks source link

Add Python 3.8 build #47

Closed dxlin17 closed 4 years ago

dxlin17 commented 4 years ago

Fix for #45

Used DictReader to read in old file values and created new DictWriter object to rewrite all records. Old records without values for these new keys will be null as required.

Also, apologies for the unnecessary mentions to this issue earlier!

@avnishn @zequnyu