-
Notifications
You must be signed in to change notification settings - Fork 280
added getJ for fdem and nsem simulations #1276
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
Conversation
domfournier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad to see this coming along. See comments
|
My question would be do we need another way to call getting the J function? I.e. the |
So just lump this all into the |
|
@jcapriot , https://github.com/JKutt/simpeg/blob/c5d54c5b1c31eea9e9e3e9b281e40d9f8b030135/SimPEG/meta/simulation.py#L312C17-L313C53 these lines don't seem to execute and the model does not get passed down to the sub simulations. Is there a place I should be setting this |
No, you shouldn't mess with that property, it is only used when there is actually a |
jcapriot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'll need to change indexing the J matrix
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1276 +/- ##
==========================================
+ Coverage 82.24% 82.27% +0.03%
==========================================
Files 165 165
Lines 25162 25225 +63
==========================================
+ Hits 20694 20755 +61
- Misses 4468 4470 +2 ☔ View full report in Codecov by Sentry. |
|
@simpeg/simpeg-developers |
|
@jcapriot , @santisoler , examples are working and tests are passing! Though have a look at the |
re-arranges some small things
|
This is now good to go on my end, had to fix a few implementation errors |
Summary
A PR to bring in methods inorder to calculate sensitivity and sensitivity weights for fdem and nsem simulations with the
MetaSimulationclass.Added methods for the FDEM simulation class are:
getJgetJtJdiagPR Checklist
expect style.
to a Pull Request
@simpeg/simpeg-developerswhen ready for review.Reference issue
NA
What does this implement/fix?
Allows the calculation of the sensitivity matrix for fdem and nsem
Additional information
NA