Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskPred lag_hr_cnt #11

Open
jhuamani opened this issue Apr 13, 2022 · 2 comments
Open

TaskPred lag_hr_cnt #11

jhuamani opened this issue Apr 13, 2022 · 2 comments
Assignees

Comments

@jhuamani
Copy link

jhuamani commented Apr 13, 2022

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?

@HassanEmam
Copy link
Owner

@jhuamani

Well spotted, yes I will update this in the next release.

@HassanEmam HassanEmam self-assigned this Sep 29, 2022
@scotthulluk
Copy link

scotthulluk commented Feb 27, 2024

The latest PIP package (1.15.0) does not include this fix, any chance you can update the PIP package?

Workaround for now...
pip install git+https://github.com/HassanEmam/PyP6Xer.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants