You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ocr_reviewer.py, the column name to find is "timePoint", which leads to KeyError because the actual corresponding column name in the csv files is "timepoint".
Reproduction steps
N/A
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
In
ocr_reviewer.py
, the column name to find is "timePoint", which leads toKeyError
because the actual corresponding column name in the csv files is "timepoint".Reproduction steps
N/A
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: