From 1b64f1f8daf40a5bb04de5041524d6a4939dfaf0 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Fri, 7 Aug 2026 13:36:44 +0200 Subject: [PATCH] Python: Move ORIONEVENTS examples to PythonExamples/experimental Relocate import_orion_events.py and well_event_schedule_orion.py from wells_and_fractures to a new experimental folder, and update the doc reference in docs/orionEvents.md accordingly. --- .../import_orion_events.py | 0 .../well_event_schedule_orion.py | 0 docs/orionEvents.md | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename GrpcInterface/Python/rips/PythonExamples/{wells_and_fractures => experimental}/import_orion_events.py (100%) rename GrpcInterface/Python/rips/PythonExamples/{wells_and_fractures => experimental}/well_event_schedule_orion.py (100%) diff --git a/GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/import_orion_events.py b/GrpcInterface/Python/rips/PythonExamples/experimental/import_orion_events.py similarity index 100% rename from GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/import_orion_events.py rename to GrpcInterface/Python/rips/PythonExamples/experimental/import_orion_events.py diff --git a/GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/well_event_schedule_orion.py b/GrpcInterface/Python/rips/PythonExamples/experimental/well_event_schedule_orion.py similarity index 100% rename from GrpcInterface/Python/rips/PythonExamples/wells_and_fractures/well_event_schedule_orion.py rename to GrpcInterface/Python/rips/PythonExamples/experimental/well_event_schedule_orion.py diff --git a/docs/orionEvents.md b/docs/orionEvents.md index e6172e284b..c0c6651753 100644 --- a/docs/orionEvents.md +++ b/docs/orionEvents.md @@ -17,7 +17,7 @@ A standalone validator runs Layer A only: python3 -m rips.orion_events myfile.orion ``` -Runnable examples: `rips/PythonExamples/wells_and_fractures/import_orion_events.py` (reads the shipped sample `rips/example_input_files/well_events.orion`) and `well_event_schedule_orion.py` (full event coverage, generates schedule text). +Runnable examples: `rips/PythonExamples/experimental/import_orion_events.py` (reads the shipped sample `rips/example_input_files/well_events.orion`) and `well_event_schedule_orion.py` (full event coverage, generates schedule text). ## Quick example