GEOPY-2910: Reduce chunking of sensitivities for TEM inversions#432
Merged
Conversation
Contributor
There was a problem hiding this comment.
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-simpegdependency source inpyproject.tomlto the GEOPY-2910 Git revision. - Regenerated conda lockfiles for Python 3.12 and 3.13, updating the pinned
mira-simpegcommit 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.
|
|
||
| #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 on lines
+17
to
+19
| content_hash: | ||
| win-64: 28be80dd4adc7db089ef179571e63653c1601f8c5e932dbb82c4e3ccd4463495 | ||
| linux-64: 814ea70c08e8e055eb7fac0f3d9a2cd80fb87ce79a6c03e8ff9e87b591abdbc4 | ||
| win-64: 2c3d52a4711c012017dd6a13efecfbec1c4a43f088abebb9984c13990a95cd95 | ||
| linux-64: e027bb11191c4a30e357dee7ad9d18fc421f011221becc50d04163fb2ae1b5d5 |
Comment on lines
+17
to
+19
| content_hash: | ||
| win-64: 76e0bc67a17f31da2b82b2fe183b9639d6653aef322bb7e55368045e54c3d149 | ||
| linux-64: 1855426022598f8e3d0f99cea69457bba3d9922fe95670ffbb8774145b24f5f1 | ||
| win-64: 5dfec0011b1bbd628adc17ed37bac6cfff4d624850f21a76204c3e35439fb4c4 | ||
| linux-64: fe0b4a4b919d37248456d147c35b589faff8e68952ac45b711a6b8b98f2a6bed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GEOPY-2910 - Reduce chunking of sensitivities for TEM inversions