Skip to content

Commit

Permalink
remove py::bind_vector
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Aug 24, 2023
1 parent c3ad0f8 commit b2df82c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clib/lib/job_queue/torque_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,6 @@ ERT_CLIB_SUBMODULE("torque_driver", m) {
auto py_path = pathlib.attr("Path")(DEFAULT_QSTAT_CMD.c_str());
m.add_object("DEFAULT_QSTAT_CMD", py_path);

py::bind_vector<std::vector<std::string>>(m, "List");
m.add_object("TORQUE_DRIVER_OPTIONS", py::cast(TORQUE_DRIVER_OPTIONS));

py::enum_<job_status_type>(m, "JobStatusType", py::arithmetic())
Expand Down

0 comments on commit b2df82c

Please sign in to comment.