Joseph Capriotti
Joseph Capriotti
@sgkang, Can you remove all of the binary files that got mixed into this branch? It looks like a bunch are in "examples/05-fdem/bookpurnong_inversion/"
Looks like there's still some more binary files left in `tests/em/em1d/em1dtm/`
@sgkang There's still tons of data files in this PR. Please go to the "Files Changed" tab here and filter out the .py files to see all of them. It...
@sgkang After this round finishes, we'll check the diff coverage and ensure it's well tested.
I was chatting with @sgkang about this implementation of the stitched inversion. As written the `Simulation1DStitched` expects a 1D model for each sounding location identified by the user, keyed by...
> @jcapriot: I like the idea. A logical place to put the mesh seems `discretize`? I've got a working PR for `SimplexMesh` at https://github.com/simpeg/discretize/pull/263
A few general comments here, Can you add tests specifically for the validator functions you've written that test that they both succeed and fail in expected ways? Then,, probably go...
this will also likely require some small updates for https://github.com/simpeg-research/gwb-dc-inversions.
These are great points Devin! We should discuss a little more about them at the next meeting. Something else I’d like to discuss is the possibility of separating the tutorials...
This is where SimPEG’s `Mapping` would come into play! Each individual data misfit would take the full model, then the mapping would select which part of the model to use.