AltschulerWu-Lab / scScope

48 stars 12 forks source link

Unexpected characters when reporting the finishing of an epoch #6

Closed juychen closed 5 years ago

juychen commented 5 years ago

File "init.py" Line 201:

print("Finisheded epoch:" + str(step))

The colon is a Chinese character and will cause an error in non-UTF encoding systems

feng-bao-ucsf commented 5 years ago

Thank you for pointing out this bug. We have fixed this and update codes.