openkinome / kinoml

Structure-informed machine learning for kinase modeling
https://openkinome.org/kinoml/
MIT License
51 stars 21 forks source link

Awkward array with parquet files #62

Closed t-kimber closed 3 years ago

t-kimber commented 3 years ago

Description

Change type of morgan vector to int64 (vs bool) to have the same type and not a union of different type (e.g. bool and float).

Notes

For a more general fix, see issue https://github.com/openkinome/kinoml/issues/61

Status