excelcy icon indicating copy to clipboard operation
excelcy copied to clipboard

'float' object cannot be interpreted as an integer

Open oudmane opened this issue 2 years ago • 0 comments

I've downloaded test_data_01.xlsx from Google Sheet, and faced this bug.

    for itn in range(self.storage.config.train_iteration):
TypeError: 'float' object cannot be interpreted as an integer

I'm not sure why exactly this bug happens, but I fixed it by converting self.storage.config.train_iteration to int

oudmane avatar Dec 14 '21 22:12 oudmane