williamgilpin / pypdb

A Python API for the RCSB Protein Data Bank (PDB)
MIT License
309 stars 77 forks source link

Fixes small error in comparions types #41

Closed kalinni closed 3 years ago

kalinni commented 3 years ago

PDB expects 'equals', not 'equal'. In the workaround to provide not_equal, you were handing it over correctly already. :)

Thanks for the great work!

williamgilpin commented 3 years ago

Thank you very much!

kalinni commented 3 years ago

That was quick, thanks! Sure, glad I could contribute. :)