Skip to content

Commit

Permalink
Fix the name of associate_sequence functions in nanobinds
Browse files Browse the repository at this point in the history
  • Loading branch information
pemsley committed Jul 25, 2024
1 parent a0627d2 commit 2e92a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/molecules-container-nanobind.cc
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ NB_MODULE(chapi, m) {
.def("apply_transformation_to_atom_selection",&molecules_container_t::apply_transformation_to_atom_selection)
.def("assign_sequence",&molecules_container_t::assign_sequence)
.def("associate_data_mtz_file_with_map",&molecules_container_t::associate_data_mtz_file_with_map)
.def("associate_sequence_with_molecule",&molecules_container_t::associate_sequence_with_molecule)
.def("associate_sequence",&molecules_container_t::associate_sequence)
.def("auto_fit_rotamer",&molecules_container_t::auto_fit_rotamer)
.def("auto_read_mtz",&molecules_container_t::auto_read_mtz)
.def("average_map",&molecules_container_t::average_map)
Expand Down

0 comments on commit 2e92a2b

Please sign in to comment.