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
Hi @HassanEmam, I've noticed through exploring a set of XER files that the lag_hr_cnt field within the TASKPRED table may contain float values. This results in a ValueError when attempting to use the Reader since line 31 of taskpred.py is int(params.get('lag_hr_cnt').strip()). Would it be possible to update this line to float instead of int?
The text was updated successfully, but these errors were encountered:
Hi @HassanEmam, I've noticed through exploring a set of XER files that the lag_hr_cnt field within the TASKPRED table may contain float values. This results in a ValueError when attempting to use the Reader since line 31 of taskpred.py is
int(params.get('lag_hr_cnt').strip())
. Would it be possible to update this line to float instead of int?The text was updated successfully, but these errors were encountered: