Skip to content

Commit 2254ce6

Browse files
Thoemi09Wentzell
authored andcommitted
Remove accumulator.hpp and various tests in triqs/stat
1 parent 023db9f commit 2254ce6

12 files changed

Lines changed: 3 additions & 1935 deletions

c++/triqs/stat.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919

2020
#pragma once
2121

22-
#include <triqs/stat/accumulator.hpp>
2322
#include <triqs/stat/histograms.hpp>
2423
#include <triqs/stat/jackknife.hpp>
25-
#include <triqs/stat/utils.hpp>
24+
#include <triqs/stat/lin_binning.hpp>
25+
#include <triqs/stat/log_binning.hpp>
2626
#include <triqs/stat/mean_error.hpp>
27+
#include <triqs/stat/utils.hpp>
2728

2829
#ifdef C2PY_INCLUDED
2930
#include <c2py/c2py.hpp>

c++/triqs/stat/accumulator.hpp

Lines changed: 0 additions & 253 deletions
This file was deleted.

test/c++/stat/AutoCorrelationPlot.ipynb

Lines changed: 0 additions & 120 deletions
This file was deleted.

test/c++/stat/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,3 @@ set(TEST_MPI_NUMPROC 3)
3333
add_cpp_test(stat_ar_model_mpi)
3434
set(TEST_MPI_NUMPROC 4)
3535
add_cpp_test(stat_ar_model_mpi)
36-
37-
38-
set(TEST_MPI_NUMPROC 2)
39-
add_cpp_test(accumulator_mpi)
40-
set(TEST_MPI_NUMPROC 4)
41-
add_cpp_test(accumulator_mpi)
42-
43-
set(TEST_MPI_NUMPROC 2)
44-
add_cpp_test(mpi_MQ_reduce)
45-
set(TEST_MPI_NUMPROC 4)
46-
add_cpp_test(mpi_MQ_reduce)

0 commit comments

Comments
 (0)