mlr-org / parallelMap

R package to interface some popular parallelization backends with a unified interface
https://parallelmap.mlr-org.com
Other
57 stars 14 forks source link

print the actual state of an object created via `parallelGetOptions()` rather than returning the global options #83

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

fixes #41

Just added a unit test to the fixes by @mb706

codecov-io commented 4 years ago

Codecov Report

Merging #83 into master will decrease coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   80.71%   80.68%   -0.04%     
==========================================
  Files          20       20              
  Lines         586      585       -1     
==========================================
- Hits          473      472       -1     
  Misses        113      113
Impacted Files Coverage Δ
R/parallelShowOptions.R 81.48% <100%> (-0.67%) :arrow_down:

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 ff27e8c...39fa561. Read the comment docs.