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
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.
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
If so, can we replace this with a floor division (//) or int() wrapper so that we only ever populate ints into the Integer field
The text was updated successfully, but these errors were encountered:
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.
//
) orint()
wrapper so that we only ever populate ints into the Integer fieldThe text was updated successfully, but these errors were encountered: