UT-CHG / BET

Python package for data-consistent stochastic inverse and forward problems.
http://ut-chg.github.io/BET
Other
11 stars 21 forks source link

add decorator to skip test in parallel #397

Closed smattis closed 4 years ago

smattis commented 4 years ago

useLUQ now only run in serial to avoid errors in parallel testing (fine, because it does not support parallelism)

mathematicalmichael commented 4 years ago

will close #396 (hope that works?)

codecov[bot] commented 4 years ago

Codecov Report

Merging #397 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #397   +/-   ##
=======================================
  Coverage   78.18%   78.18%           
=======================================
  Files          23       23           
  Lines        4263     4263           
=======================================
  Hits         3333     3333           
  Misses        930      930           

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 0be7862...cd2b122. Read the comment docs.