Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ff130e6
chore: remove unused configuration files and Docker setup
lachlangrose Jul 21, 2025
57f362d
fix: adding a fault topology datastructure and link with stratigraphi…
lachlangrose Jul 23, 2025
3942920
fix: implement Observer pattern with Observable and Disposable classes
lachlangrose Jul 23, 2025
330c662
fix: enhance FaultTopology class with notification support for relati…
lachlangrose Jul 23, 2025
6619b80
fix: integrate Observable pattern into StratigraphicColumn for enhanc…
lachlangrose Jul 23, 2025
f237d27
fix: add observer pattern imports for enhanced notification capabilities
lachlangrose Jul 23, 2025
2a4503b
fix: change strat/fault relationship datastructure to a dictionary wi…
lachlangrose Jul 23, 2025
94a563c
fix: use groupname not group for stratigraphy/fault relationship
lachlangrose Jul 23, 2025
30f01c8
fix: add get methods for getting specific relationships
lachlangrose Jul 23, 2025
5a8c0c5
fix: store unitname fault topology instead of group fault
lachlangrose Jul 23, 2025
3fb3a06
style: fixing for linter
lachlangrose Jul 23, 2025
c50afdb
fix: remove observers before pickle
lachlangrose Jul 28, 2025
f771cdd
fix: add setter/getter for stratigraphic column
lachlangrose Jul 30, 2025
bc4ca17
fix: add remove fault
lachlangrose Jul 30, 2025
1d193c1
Merge branch 'master' into fix/add-observer
lachlangrose Jul 30, 2025
447fb17
fix: clarify naming for individual isosurfaces based on input name, d…
lachlangrose Jul 30, 2025
4230c7e
Merge branches 'fix/add-observer' and 'fix/add-observer' of github.co…
lachlangrose Jul 30, 2025
f16aa52
remove print statements
lachlangrose Jul 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

91 changes: 0 additions & 91 deletions Dockerfile

This file was deleted.

80 changes: 0 additions & 80 deletions DockerfileDev

This file was deleted.

1 change: 1 addition & 0 deletions LoopStructural/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
loggers = {}
from .modelling.core.geological_model import GeologicalModel
from .modelling.core.stratigraphic_column import StratigraphicColumn
from .modelling.core.fault_topology import FaultTopology
from .interpolators._api import LoopInterpolator
from .interpolators import InterpolatorBuilder
from .datatypes import BoundingBox
Expand Down
Loading
Loading