openforcefield / nistdataselection

Records the tools and decisions used to select NIST data for curation.
MIT License
3 stars 0 forks source link

Fix Remove Duplicates with Missing Columns #30

Closed SimonBoothroyd closed 4 years ago

SimonBoothroyd commented 4 years ago

Description

This PR fixes an exception raised by the filter_duplicates function when the data set to filter did not have all of the expected (but optional) columns.

Status