forked from simpeg/simpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental #6
Draft
jedman
wants to merge
223
commits into
main
Choose a base branch
from
experimental
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Experimental #6
Conversation
This file contains 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
Also adds more documentation with examples
replace with n_cells
…into anisotropy_inversion_support
* ta/weighting_strategy: fix new depreciation Ditch deprecated functions in utils.model_builder (simpeg#1311) more warnings move warning try fix `| None` test error stacklevel fix tests address comments One more randn switch tutorials rand to randn
… with possibility to pass optional args.
* ta/weighting_strategy: fix test replace numpy distance calculation by `scipy.spatial.distance.cdist`, with possibility to pass optional args.
…e_experimental2 * commit '5231446ee858fe677cdcbdcfe65be081b61ebd20': Triaxial magnetic gradient forward modelling (simpeg#1288) # Conflicts: # SimPEG/potential_fields/magnetics/simulation.py # tests/pf/test_forward_Mag_Linear.py
Bring distance weighting to SimPEG
Run tests with coterminal angles in each quadrant and for right angles (multiples of np.pi / 2).
This change assumes that the coterminal function returns the coterminal angles in the [-pi, pi) interval.
* main: Fix typo in error messages (simpeg#1324) Update test_regularization.py to test vector derivatives. Update AmplitudeSmoothnessFirstOrder in vector.py so that the call matches the derivative. Move `__init__` in `BaseSimulation` to the top of the class (simpeg#1323) Bump versions of flake8 and black and pin flake plugins (simpeg#1330) Update test_regularization.py to test vector derivatives. Update AmplitudeSmoothnessFirstOrder in vector.py so that the call matches the derivative. Update test_regularization.py to test vector derivatives. Update AmplitudeSmoothnessFirstOrder in vector.py so that the call matches the derivative. Add `weights_keys` method to `BaseRegularization` (simpeg#1320) Fix description of source_field in gravity survey (simpeg#1322) Documentation improvements for classes in Objective Function Pieces (simpeg#1292) # Conflicts: # tests/base/regularizations/test_regularization.py
…ngles * commit '95c80fa8357c6b4245c8ae55bc5f33a32126bdf8': Revert changes to coterminal, to be addressed on ISSUE-1333 Apply sign to second SmoothnessSecondOrder Switch to gradient.sign() Change coterminal expression again CHange to coterminal Remove negative sign Extend test to the other orientations # Conflicts: # tests/base/regularizations/test_regularization.py
* ISSUE-1333: Remove failing test on sign Change bounds on pi in docs Go for joe's modulus Fix angle in tests: use -pi instead of pi Add more tests for the coterminal function Add unittest Re-apply modulo for coterminal comps
…ngles * commit '04ed16e113d9a19f38d72c419bf9ca136bcb9f7b': # Conflicts: # tests/base/regularizations/test_regularization.py
Co-authored-by: Jacob Edman <jacob.edman@koboldmetals.com>
Work on rotated Gradients
…e-experimental-20240129 * commit '6edc293dacbd1b873a7fcea15ae49cbdb3364836': Apply joe's suggestion to other components. Update SimPEG/regularization/regularization_mesh.py Simplify check for invalid multipliers
Ta/update experimental 20240129
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.
Summary
PR Checklist
expect style.
to a Pull Request
@simpeg/simpeg-developers
when ready for review.Reference issue
What does this implement/fix?
Additional information