Skip to content

Commit

Permalink
Restore file diff'd for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
evdcush committed Jul 15, 2023
1 parent a5f237e commit cba5bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/en/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@

if len(ckpts) == 0:
continue
print(f'{f = }, papertype: ')

_papertype = [x for x in re.findall(r'\[([A-Z]+)\]', content)]
print(f'{_papertype = }')
assert len(_papertype) > 0
papertype = _papertype[0]

Expand Down

0 comments on commit cba5bcb

Please sign in to comment.