pierrepo / PBxplore

A suite of tools to explore protein structures with Protein Blocks :snake:
https://pbxplore.readthedocs.org/en/latest/
MIT License
28 stars 17 forks source link

Fix pytest #174

Closed gabrielctn closed 4 years ago

gabrielctn commented 4 years ago

Two tests were failing because of pytest.approx() function on None type variables which is unsupported. Now tests return <ExitCode.OK: 0>