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

AD values in Annotation aren't Integers #663

Open
MattWellie opened this issue Apr 3, 2024 · 0 comments
Open

AD values in Annotation aren't Integers #663

MattWellie opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MattWellie
Copy link
Contributor

Relates to #661

This issue is better explained there - as far as I can see the AD processing script includes the possibility of generating float values for an Integer field, which causes the pysam handler to raise an exception.

  1. Am I interpreting this error mode correctly? It seems like the odds of nobody ever having run into this before are wildly unlikely, but the errors I am deterministically seeing now make sense if this is a bug in the code
  2. If so, can we replace this with a floor division (//) or int() wrapper so that we only ever populate ints into the Integer field
@mwalker174 mwalker174 added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants