Closed karllark closed 4 years ago
This pull request fixes 16 alerts when merging 3c0a27631ca97bd4dc59ce42e21cda44f60222e4 into 26fb29659a3d2e611da217342d06be57d168c830 - view on LGTM.com
fixed alerts:
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
megabeast/read_megabeast_input.py | 0 | 6 | 0.0% | ||
megabeast/ensemble_model.py | 2 | 12 | 16.67% | ||
megabeast/parameter_maps.py | 1 | 11 | 9.09% | ||
megabeast/beast_data.py | 1 | 14 | 7.14% | ||
megabeast/make_naive_maps.py | 2 | 24 | 8.33% | ||
megabeast/megabeast.py | 3 | 25 | 12.0% | ||
megabeast/plot_input_data.py | 2 | 55 | 3.64% | ||
<!-- | Total: | 11 | 147 | 7.48% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
megabeast/beast_data.py | 3 | 15.38% | ||
megabeast/ensemble_model.py | 3 | 16.67% | ||
megabeast/megabeast.py | 3 | 26.09% | ||
megabeast/make_naive_maps.py | 4 | 14.93% | ||
megabeast/parameter_maps.py | 4 | 12.9% | ||
megabeast/plot_input_data.py | 4 | 8.89% | ||
<!-- | Total: | 21 | --> |
Totals | |
---|---|
Change from base Build 59: | -2.8% |
Covered Lines: | 57 |
Relevant Lines: | 333 |
blacken code to get ride of as many PEP8 errors as possible easily.