Closed felipeZ closed 3 years ago
Merging #25 (64777ca) into master (25c0486) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #25 +/- ##
==========================================
+ Coverage 92.15% 92.18% +0.03%
==========================================
Files 11 11
Lines 497 499 +2
Branches 43 43
==========================================
+ Hits 458 460 +2
Misses 28 28
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
flamingo/cat_interface.py | 88.00% <100.00%> (+0.24%) |
: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 25c0486...64777ca. Read the comment docs.
Description
Plams Uses global variables to store folders names. When running with multiple processes it causes a race condition
Solution
Use CAT thread_safe option