jszopi / repESP

Reproducing molecular ESP from partial charges and more
GNU General Public License v3.0
6 stars 7 forks source link

Relax ctor interface of Coords to match that of tuple #38

Closed jszopi closed 5 years ago

jszopi commented 5 years ago

Expecting Tuple[Any, Any, Any] was too strict, because it didn't match the interface that functions could expect from an object inheriting from a tuple. This resulted in many mypy errors that would be annoying to address. __init__ now takes an Iterable and the check for the length has been moved to runtime.