DCM-UPB / MCIntegratorPlusPlus

C++ library for Monte Carlo numerical integrations
Other
1 stars 1 forks source link

Some refactoring and improved support for VMC #21

Closed Ithanil closed 5 years ago

Ithanil commented 5 years ago

This PR includes: 1) General

2) Better support for observable-pdf and observable-observable dependencies

3) Callbacks

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 174


Changes Missing Coverage Covered Lines Changed/Added Lines %
include/mci/DependentObservableInterface.hpp 0 1 0.0%
include/mci/Factories.hpp 3 4 75.0%
include/mci/ObservableFunctionInterface.hpp 3 4 75.0%
src/ObservableContainer.cpp 26 29 89.66%
src/SamplingFunctionContainer.cpp 0 3 0.0%
include/mci/SamplingFunctionInterface.hpp 0 4 0.0%
src/MCIntegrator.cpp 20 28 71.43%
<!-- Total: 113 134 84.33% -->
Files with Coverage Reduction New Missed Lines %
src/MCIntegrator.cpp 2 79.66%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 153: -0.5%
Covered Lines: 1103
Relevant Lines: 1236

💛 - Coveralls