Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
48acccc
Begin refactoring
domfournier Mar 4, 2026
0b110ad
Continue refacotring
domfournier Mar 5, 2026
f21b363
Use max relief of all lines
domfournier Mar 5, 2026
7771663
Full run of test
domfournier Mar 5, 2026
719eb27
Continue update
domfournier Mar 8, 2026
1d66a57
Remove ghost cells from model save. Add back app res
domfournier Mar 8, 2026
b2cfc62
Avoid zero division
domfournier Mar 9, 2026
d1e5495
Update 2d tests
domfournier Mar 9, 2026
cb40625
Move utilities
domfournier Mar 9, 2026
3ff5a6a
Add unitest for new utils
domfournier Mar 9, 2026
c7ca355
Merge branch 'develop' into GEOPY-2490
domfournier Mar 9, 2026
61ea2d4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 9, 2026
77995ec
Add Deprecations for old batch 2d
domfournier Mar 10, 2026
c842820
Merge branch 'GEOPY-2490' of https://github.com/MiraGeoscience/simpeg…
domfournier Mar 10, 2026
a032fba
Rework logic for dip dir orientations
domfournier Mar 10, 2026
bbf95e5
Simplify logic
domfournier Mar 10, 2026
5dbb4b9
Fix issue with non-monotonic line ids
domfournier Mar 10, 2026
51de996
Remove old import
domfournier Mar 10, 2026
fc54872
Fix loose handling of synthetic entities
domfournier Mar 10, 2026
607de34
Improve joint cross test
domfournier Mar 10, 2026
ce4d125
Re-instate mechanics of Synthetic
domfournier Mar 10, 2026
86d7705
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 10, 2026
8363208
Fix test
domfournier Mar 11, 2026
2714e36
Merge branch 'GEOPY-2490' of https://github.com/MiraGeoscience/simpeg…
domfournier Mar 11, 2026
88c242a
Update simpeg_drivers/utils/utils.py
domfournier Mar 11, 2026
03c8adf
Flatten options for ip
domfournier Mar 11, 2026
9c0ab8d
Docstrings and return types in utils
domfournier Mar 11, 2026
762526d
Merge branch 'GEOPY-2490' of https://github.com/MiraGeoscience/simpeg…
domfournier Mar 11, 2026
71e23c8
Merge branch 'develop' into GEOPY-2490
domfournier Mar 13, 2026
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
11 changes: 10 additions & 1 deletion simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@
},
"line_object": {
"association": "Cell",
"dataType": "Referenced",
"dataType": [
"Integer",
"Referenced"
],
"group": "Survey",
"main": true,
"label": "Line ID",
"parent": "data_object",
"value": "",
"optional": true,
"enabled": false,
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
Expand All @@ -33,6 +38,10 @@
"min": 1,
"label": "Line number",
"value": 1,
"optional": true,
"enabled": false,
"dependency": "line_object",
"dependencyType": "enabled",
"tooltip": "Selects the line of data to be processed"
},
"potential_channel_bool": true,
Expand Down
15 changes: 12 additions & 3 deletions simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,29 @@
},
"line_object": {
"association": "Cell",
"dataType": "Referenced",
"group": "Data",
"dataType": [
"Integer",
"Referenced"
],
"group": "Survey",
"main": true,
"label": "Line ID",
"parent": "data_object",
"value": "",
"optional": true,
"enabled": false,
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
"group": "Data",
"group": "Survey",
"main": true,
"min": 1,
"label": "Line number",
"value": 1,
"optional": true,
"enabled": false,
"dependency": "line_object",
"dependencyType": "enabled",
"tooltip": "Selects the line of data to be processed"
},
"potential_channel": {
Expand Down
226 changes: 0 additions & 226 deletions simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json

This file was deleted.

Loading
Loading