Skip to content

Commit

Permalink
Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Oct 17, 2023
1 parent 3f8f3d3 commit 6eb51c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lincs/liblincs/liblincs_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ BOOST_PYTHON_MODULE(liblincs) {

learn_wbp_class.attr("LearningData") = bp::class_<lincs::LearnMrsortByWeightsProfilesBreed::LearningData, boost::noncopyable>("LearningData", bp::no_init)
.def("make", &make_learning_data, bp::return_value_policy<bp::manage_new_object>()).staticmethod("make")
// @todo(Feature, soon) Expose all attributes to allow non-trivial Python strategies and observers
.def("get_best_accuracy", &lincs::LearnMrsortByWeightsProfilesBreed::LearningData::get_best_accuracy)
.def_readonly("iteration_index", &lincs::LearnMrsortByWeightsProfilesBreed::LearningData::iteration_index)
;
Expand Down

0 comments on commit 6eb51c3

Please sign in to comment.