diff --git a/src/script_interface/cell_system/CellSystem.cpp b/src/script_interface/cell_system/CellSystem.cpp index b8dd043f0f0..5d942bafd32 100644 --- a/src/script_interface/cell_system/CellSystem.cpp +++ b/src/script_interface/cell_system/CellSystem.cpp @@ -206,6 +206,7 @@ Variant CellSystem::do_call_method(std::string const &name, return neighbors; } if (name == "non_bonded_loop_trace") { + on_observable_calc(); std::vector out; auto const pair_list = non_bonded_loop_trace(); std::transform(pair_list.begin(), pair_list.end(), std::back_inserter(out),