MRChemSoft / mrcpp

MultiResolution Computation Program Package
GNU Lesser General Public License v3.0
12 stars 19 forks source link

Allow setting location of filters through an environment variable #180

Closed robertodr closed 2 years ago

robertodr commented 2 years ago

See MRChemSoft/vampyr#63 for why this is needed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #180 (3482220) into master (dcbad5b) will decrease coverage by 0.00%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   65.39%   65.39%   -0.01%     
==========================================
  Files         172      172              
  Lines       12479    12478       -1     
==========================================
- Hits         8161     8160       -1     
  Misses       4318     4318              
Impacted Files Coverage Δ
src/trees/NodeIndex.h 100.00% <ø> (ø)
src/utils/details.h 100.00% <ø> (ø)
src/utils/details.cpp 45.65% <90.00%> (+15.09%) :arrow_up:
src/core/CrossCorrelation.cpp 65.30% <100.00%> (-2.01%) :arrow_down:
src/core/MWFilter.cpp 47.51% <100.00%> (-1.10%) :arrow_down:
src/treebuilders/BSCalculator.cpp 100.00% <100.00%> (ø)
src/treebuilders/ConvolutionCalculator.cpp 95.43% <100.00%> (+0.02%) :arrow_up:
src/treebuilders/PHCalculator.cpp 100.00% <100.00%> (ø)

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 dcbad5b...3482220. Read the comment docs.