test_state2: added test_config.

This commit is contained in:
Steinar Foss
2019-09-13 15:46:09 +02:00
parent c826e24607
commit b68fe2e63a
2 changed files with 13 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ void python::common::export_EclipseState(py::module& module) {
.def_property_readonly( "title", &EclipseState::getTitle )
.def( "props", &EclipseState::get3DProperties, ref_internal)
.def( "grid", &EclipseState::getInputGrid, ref_internal)
.def( "_cfg", &EclipseState::cfg, ref_internal)
.def( "config", &EclipseState::cfg, ref_internal)
.def( "tables", &EclipseState::getTableManager, ref_internal)
.def( "has_input_nnc", &EclipseState::hasInputNNC )
.def( "simulation", &EclipseState::getSimulationConfig, ref_internal)