oxfordmmm / gnomonicus

Python code to integrate results of tb-pipeline and provide an antibiogram, mutations and variants
Other
5 stars 0 forks source link

Explictly type cast pandas DataFrames to avoid FutureWarnings #10

Closed JeremyWesthead closed 1 year ago

JeremyWesthead commented 1 year ago

Very minor fix to avoid warnings during runtime. Pandas warns that future versions won't like mixed bool and int concatenation, so explictly make sure bool values are interpreted as True/False instead of 1/0