alphanumericslab / ecg-image-kit

A toolkit for analysis, synthesis, and digitization of electrocardiogram images
BSD 3-Clause "New" or "Revised" License
36 stars 23 forks source link

ecg gen: bug fix - varible use before declaration #12

Closed sergiogvz closed 5 months ago

sergiogvz commented 5 months ago

Code will crash when augment is True due to variable ‘rotate’ not being declared.

deepanshi-s commented 5 months ago

Thank you for catching that! Code has been updated.