haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
378 stars 113 forks source link

Fixes issue with *.pyc files in Python 2.7 #33

Closed JoaoRodrigues closed 5 years ago

JoaoRodrigues commented 5 years ago

Addresses issue #31 , caused by Python2.7 creating *.pyc files on testing because of imports.

codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   81.89%   81.89%           
=======================================
  Files          44       44           
  Lines        3524     3524           
  Branches      742      742           
=======================================
  Hits         2886     2886           
  Misses        451      451           
  Partials      187      187

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 824bb76...dc8aa42. Read the comment docs.