Skip to content
Snippets Groups Projects
Commit a95de5f9 authored by BIOPZ-Johner Niklaus's avatar BIOPZ-Johner Niklaus
Browse files

Added missing argument in the export of AttachScorer

parent 4455e1a9
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,6 @@ void export_loop_candidate() ...@@ -125,6 +125,6 @@ void export_loop_candidate()
.def("Add", &AddLoopCandidate,(arg("loop_candidate"))) .def("Add", &AddLoopCandidate,(arg("loop_candidate")))
.def("Add", &AddBackbone,arg(arg("bb_list"))) .def("Add", &AddBackbone,arg(arg("bb_list")))
.def("Remove", &LoopCandidates::Remove,(arg("index"))) .def("Remove", &LoopCandidates::Remove,(arg("index")))
.def("AttachScorer",&LoopCandidates::AttachScorer) .def("AttachScorer",&LoopCandidates::AttachScorer,(arg("scorer")))
; ;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment