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.
This commit is contained in:
Kristian Bendiksen
2026-08-07 14:34:35 +02:00
parent 7ec34e905a
commit 1b64f1f8da
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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