GEOPY-2910: Reduce chunking of sensitivities for TEM inversions - #467
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates mira-simpeg to GEOPY-2910B and refreshes Conda locks for Python 3.12/3.13 across supported platforms.
Changes:
- Pins the SimPEG dependency to
GEOPY-2910B. - Regenerates runtime and development lockfiles with updated hashes and commits.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates the SimPEG revision. |
py-3.13.conda-lock.yml |
Refreshes the Python 3.13 aggregate lock. |
py-3.12.conda-lock.yml |
Refreshes the Python 3.12 aggregate lock. |
environments/py-3.13-win-64.conda.lock.yml |
Updates the Python 3.13 Windows runtime lock. |
environments/py-3.13-win-64-dev.conda.lock.yml |
Updates the Python 3.13 Windows development lock. |
environments/py-3.13-linux-64.conda.lock.yml |
Updates the Python 3.13 Linux runtime lock. |
environments/py-3.13-linux-64-dev.conda.lock.yml |
Updates the Python 3.13 Linux development lock. |
environments/py-3.12-win-64.conda.lock.yml |
Updates the Python 3.12 Windows runtime lock. |
environments/py-3.12-win-64-dev.conda.lock.yml |
Updates the Python 3.12 Windows development lock. |
environments/py-3.12-linux-64.conda.lock.yml |
Updates the Python 3.12 Linux runtime lock. |
environments/py-3.12-linux-64-dev.conda.lock.yml |
Updates the Python 3.12 Linux development lock. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
@domfournier , I wanted to merge develop in, but I see develop has: Not sure if this is correct... |
# Conflicts: # environments/py-3.12-linux-64-dev.conda.lock.yml # environments/py-3.12-linux-64.conda.lock.yml # environments/py-3.12-win-64-dev.conda.lock.yml # environments/py-3.12-win-64.conda.lock.yml # environments/py-3.13-linux-64-dev.conda.lock.yml # environments/py-3.13-linux-64.conda.lock.yml # environments/py-3.13-win-64-dev.conda.lock.yml # environments/py-3.13-win-64.conda.lock.yml # py-3.12.conda-lock.yml # py-3.13.conda-lock.yml
# Conflicts: # environments/py-3.12-linux-64-dev.conda.lock.yml # environments/py-3.12-win-64-dev.conda.lock.yml # environments/py-3.13-linux-64-dev.conda.lock.yml # environments/py-3.13-win-64-dev.conda.lock.yml # py-3.12.conda-lock.yml # py-3.13.conda-lock.yml
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
Follow up on #432
Depends on MiraGeoscience/simpeg#170