Skip to content

GEOPY-2910: Reduce chunking of sensitivities for TEM inversions#432

Merged
domfournier merged 3 commits into
developfrom
GEOPY-2910
Jun 17, 2026
Merged

GEOPY-2910: Reduce chunking of sensitivities for TEM inversions#432
domfournier merged 3 commits into
developfrom
GEOPY-2910

Conversation

@domfournier

@domfournier domfournier commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

GEOPY-2910 - Reduce chunking of sensitivities for TEM inversions

Copilot AI review requested due to automatic review settings June 15, 2026 20:47
@github-actions github-actions Bot changed the title GEOPY-2910 GEOPY-2910: Reduce chunking of sensitivities for TEM inversions Jun 15, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s dependency stack so TEM inversions can consume the SimPEG changes associated with GEOPY-2910 (reducing sensitivity chunking), primarily by pointing mira-simpeg to a GEOPY-2910 revision and regenerating conda-lock outputs.

Changes:

  • Switched mira-simpeg dependency source in pyproject.toml to the GEOPY-2910 Git revision.
  • Regenerated conda lockfiles for Python 3.12 and 3.13, updating the pinned mira-simpeg commit and refreshing resolved transitive packages.
  • Updated per-platform runtime/dev environment lockfiles under environments/ to match the new lock resolutions.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pyproject.toml Points mira-simpeg to the GEOPY-2910 Git revision to pick up the SimPEG behavior change.
py-3.13.conda-lock.yml Refreshes the Python 3.13 conda-lock resolution and pins the new mira-simpeg Git commit.
py-3.12.conda-lock.yml Refreshes the Python 3.12 conda-lock resolution and pins the new mira-simpeg Git commit.
environments/py-3.13-win-64.conda.lock.yml Updates the Windows runtime env lock to match the refreshed 3.13 resolution and mira-simpeg commit.
environments/py-3.13-win-64-dev.conda.lock.yml Updates the Windows dev env lock to match the refreshed 3.13 resolution and mira-simpeg commit.
environments/py-3.13-linux-64.conda.lock.yml Updates the Linux runtime env lock to match the refreshed 3.13 resolution and mira-simpeg commit.
environments/py-3.13-linux-64-dev.conda.lock.yml Updates the Linux dev env lock to match the refreshed 3.13 resolution and mira-simpeg commit.
environments/py-3.12-win-64.conda.lock.yml Updates the Windows runtime env lock to match the refreshed 3.12 resolution and mira-simpeg commit.
environments/py-3.12-win-64-dev.conda.lock.yml Updates the Windows dev env lock to match the refreshed 3.12 resolution and mira-simpeg commit.
environments/py-3.12-linux-64.conda.lock.yml Updates the Linux runtime env lock to match the refreshed 3.12 resolution and mira-simpeg commit.
environments/py-3.12-linux-64-dev.conda.lock.yml Updates the Linux dev env lock to match the refreshed 3.12 resolution and mira-simpeg commit.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml Outdated

#mira-simpeg = {version = ">=0.25.0.1b1, 0.25.0.*", source="pypi", allow-prereleases = true, extras = ["dask"]}
mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "release/GA_4.8", extras = ["dask"]}
mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "GEOPY-2910", extras = ["dask"]}
Comment thread py-3.13.conda-lock.yml Outdated
Comment on lines +17 to +19
content_hash:
win-64: 28be80dd4adc7db089ef179571e63653c1601f8c5e932dbb82c4e3ccd4463495
linux-64: 814ea70c08e8e055eb7fac0f3d9a2cd80fb87ce79a6c03e8ff9e87b591abdbc4
win-64: 2c3d52a4711c012017dd6a13efecfbec1c4a43f088abebb9984c13990a95cd95
linux-64: e027bb11191c4a30e357dee7ad9d18fc421f011221becc50d04163fb2ae1b5d5
Comment thread py-3.12.conda-lock.yml Outdated
Comment on lines +17 to +19
content_hash:
win-64: 76e0bc67a17f31da2b82b2fe183b9639d6653aef322bb7e55368045e54c3d149
linux-64: 1855426022598f8e3d0f99cea69457bba3d9922fe95670ffbb8774145b24f5f1
win-64: 5dfec0011b1bbd628adc17ed37bac6cfff4d624850f21a76204c3e35439fb4c4
linux-64: fe0b4a4b919d37248456d147c35b589faff8e68952ac45b711a6b8b98f2a6bed
@domfournier domfournier merged commit d424834 into develop Jun 17, 2026
17 of 18 checks passed
@domfournier domfournier deleted the GEOPY-2910 branch June 17, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants