test_state2: added test_config.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user