JDACS4C-IMPROVE / IMPROVE

Libraries and scripts for basic IMPROVE functionalities
MIT License
1 stars 3 forks source link

local variable 'mm' referenced before assignment #9

Closed Liuy12 closed 5 months ago

Liuy12 commented 7 months ago

This is a bug in framework.py, line 512, ‘mm’ needs to be defined first before referenced.

adpartin commented 5 months ago

@Liuy12 Good call. I just fixed it. But it's weird that you encounter this problem because if you run preprocessing, you should have val_y_data.csv file available to load.

adpartin commented 5 months ago

Fixed