Skip to content

Commit

Permalink
as usual forgot about python
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski authored Feb 18, 2025
1 parent bb16c9d commit e88b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/samplePDF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void initSamplePDF(py::module &m){
.value("Barlow_Beeston", TestStatistic::kBarlowBeeston)
.value("Ice_Cube", TestStatistic::kIceCube)
.value("Pearson", TestStatistic::kPearson)
.value("Dembinski_Abdelmottele", TestStatistic::kDembinskiAbdelmottele)
.value("Dembinski_Abdelmottele", TestStatistic::kDembinskiAbdelmotteleb)
.value("N_Test_Statistics", TestStatistic::kNTestStatistics);

py::class_<samplePDFBase, PySamplePDFBase /* <--- trampoline*/>(m_sample_pdf, "SamplePDFBase")
Expand Down

0 comments on commit e88b36a

Please sign in to comment.