Closed j6k4m8 closed 3 years ago
Merging #20 (7d3fb10) into master (34ac616) will increase coverage by
1.34%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #20 +/- ##
==========================================
+ Coverage 96.08% 97.43% +1.34%
==========================================
Files 5 5
Lines 485 467 -18
==========================================
- Hits 466 455 -11
+ Misses 19 12 -7
Impacted Files | Coverage Δ | |
---|---|---|
grandiso/test_grandiso.py | 100.00% <ø> (ø) |
|
setup.py | 0.00% <ø> (ø) |
|
grandiso/__init__.py | 93.22% <100.00%> (+4.67%) |
:arrow_up: |
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 34ac616...7d3fb10. Read the comment docs.
This PR removes support for the
profiling
option, which added additional logic flow and was no longer needed. (If you still want to profile performance using a queue, you can use thequeues.ProfilingQueue
from thequeues
submodule.)This is a breaking change.