コード例 #1
0
ファイル: observations.py プロジェクト: JacobStoren/ert
 def get_history_source(ert):
     history_source = ert.main.model_config.get_history_source
     return history_source_type.resolveValue(history_source.get_source_string)
コード例 #2
0
ファイル: observations.py プロジェクト: rolk/ert
 def get_history_source(ert):
     history_source = ert.enkf.model_config_get_history_source(
         ert.model_config)
     return history_source_type.resolveValue(history_source)
コード例 #3
0
ファイル: observations.py プロジェクト: joelmheim/ResInsight
 def get_history_source(ert):
     history_source = ert.enkf.model_config_get_history_source(ert.model_config)
     return history_source_type.resolveValue(history_source)