autonomio / chances

Package that implements several pseudo, quasi, and true, including quantum random methods into a unified single-line command interface.
MIT License
6 stars 2 forks source link

v0.1.7 to Production #10

Closed mikkokotila closed 5 years ago

pep8speaks commented 5 years ago

Hello @mikkokotila! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 17:21: E127 continuation line over-indented for visual indent Line 17:30: E231 missing whitespace after ':' Line 18:25: E231 missing whitespace after ':' Line 23:28: E231 missing whitespace after ':' Line 24:17: E231 missing whitespace after ':' Line 28:80: E501 line too long (92 > 79 characters)

Comment last updated at 2019-09-16 08:18:27 UTC
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 48


Changes Missing Coverage Covered Lines Changed/Added Lines %
chances/methods.py 11 12 91.67%
<!-- Total: 21 22 95.45% -->
Files with Coverage Reduction New Missed Lines %
chances/quantum/init.py 12 60.71%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 44: -3.2%
Covered Lines: 430
Relevant Lines: 1625

💛 - Coveralls