super-resolution icon indicating copy to clipboard operation
super-resolution copied to clipboard

Minor bug due to a typo

Open antonyomusabini opened this issue 4 years ago • 1 comments

Hi, Thanks for this great repo.

There is a minor bug due to a typo error in data.py file.

Line 37 should be: if downgrade in _downgrades_a and scale != 4: instead of if downgrade in _downgrades_b and scale != 4:

Best.

antonyomusabini avatar Nov 06 '20 09:11 antonyomusabini

if downgrade in _downgrades_b and scale != 4 seems to be correct. Why do you think it should be if downgrade in _downgrades_a and scale != 4.

krasserm avatar Nov 07 '20 05:11 krasserm