Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 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
69d3655
Merge branch 'develop' into GEOPY-2490
domfournier Mar 16, 2026
32acd16
Co-pilot fixes
domfournier Mar 16, 2026
d0c95c5
Remove testing lines
domfournier Mar 16, 2026
9fe7b17
Improve drape model creation from locations algo
domfournier Mar 17, 2026
f4d1e3d
Use multiselect form with ref data
domfournier Mar 17, 2026
8ae9c50
MOve different tiling strategies to sub classes
domfournier Mar 17, 2026
146ef54
Use params for conversion of line ids to parts.
domfournier Mar 17, 2026
95fad9a
Fix auto-meshing. Augment unit test
domfournier Mar 18, 2026
b5af7e7
Merge branch 'develop' into GEOPY-2490
domfournier Mar 18, 2026
dbee2c0
Fix receiver_orientation calls
domfournier Mar 18, 2026
d600267
Fix test
domfournier Mar 18, 2026
41a1760
Bulk changes from review
domfournier Mar 19, 2026
c2ad24a
Merge branch 'develop' into GEOPY-2490
domfournier Mar 20, 2026
7317e75
Remove goobely goop from Copilot
domfournier Mar 20, 2026
5315c6d
Merge branch 'GEOPY-2490' of https://github.com/MiraGeoscience/simpeg…
domfournier Mar 20, 2026
71e91ae
Increase strike length to improve SNR
domfournier Mar 20, 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
26 changes: 13 additions & 13 deletions simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"meshType": "{275ecee9-9c24-4378-bf94-65f3c5fbe163}",
"value": ""
},
"line_object": {
"line_selection": {
"association": "Cell",
"dataType": "Referenced",
"group": "Survey",
"dataType": [
"Referenced"
],
"group": "Data",
"main": true,
"label": "Line ID",
"allowComplement": false,
"isComplement": false,
"label": "Line IDs",
"parent": "data_object",
"value": "",
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
"group": "Survey",
"main": true,
"min": 1,
"label": "Line number",
"value": 1,
"tooltip": "Selects the line of data to be processed"
"rangeLabel": "Selection",
"property": "",
"optional": true,
"enabled": false,
"tooltip": "Select a subset of lines in the survey for inversion"
},
"potential_channel_bool": true,
"mesh": {
Expand Down
24 changes: 12 additions & 12 deletions simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
"meshType": "{275ecee9-9c24-4378-bf94-65f3c5fbe163}",
"value": ""
},
"line_object": {
"line_selection": {
"association": "Cell",
"dataType": "Referenced",
"dataType": [
"Referenced"
],
"group": "Data",
"main": true,
"label": "Line ID",
"allowComplement": false,
"isComplement": false,
"label": "Line IDs",
"parent": "data_object",
"value": "",
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
"group": "Data",
"main": true,
"min": 1,
"label": "Line number",
"value": 1,
"tooltip": "Selects the line of data to be processed"
"rangeLabel": "Selection",
"property": "",
"optional": true,
"enabled": false,
"tooltip": "Select a subset of lines in the survey for inversion"
},
"potential_channel": {
"association": "Cell",
Expand Down
226 changes: 0 additions & 226 deletions simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json

This file was deleted.

Loading
Loading