mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Cleanup names of scripted classes in Python
Avoid Rim prefix and use keyword alias to ensure backwards compability
This commit is contained in:
@@ -18,7 +18,7 @@ cases = resinsight.project.cases()
|
||||
case = cases[0]
|
||||
|
||||
# Create stim plan template
|
||||
fmt_collection = project.descendants(rips.FractureDefinitionCollection)[0]
|
||||
fmt_collection = project.descendants(rips.FractureTemplateCollection)[0]
|
||||
fracture_template = fmt_collection.append_fracture_template(
|
||||
file_path=stim_plan_file_path
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user