computation
computation copied to clipboard
Tkc dc
Revive TKC DC and IP
- Merge scripts to notebooks
- Break a part forward and inversion notebooks for both DC and IP.
- Only works
simpeg/dcip/spectralIPbranch
Thanks for this Seogi! There are a couple issues I have come across in TKC_DC_fwd (I fixed a couple plt.show() statements to prevent duplicate plots with ipywidgets), but there are some more involved ones I could use your help with:

I am fairly sure that using
fig, ax = plt.subplots(1, 2)
is more stable than using add subplot. Would you mind replacing those?
(P.S. I am using matplotlib 4.3.23)
There are some similar things happening with the IP ones as well

thanks @lheagy I did not change using fig, ax = plt.subplots(1, 2),
but made some modifications due to plt.show() issue, and
it seems working for my end at the moment.