computation icon indicating copy to clipboard operation
computation copied to clipboard

Tkc dc

Open sgkang opened this issue 8 years ago • 2 comments

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/spectralIP branch

sgkang avatar Jul 26 '17 00:07 sgkang

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: image image

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

image

lheagy avatar Jul 26 '17 12:07 lheagy

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.

sgkang avatar Jul 27 '17 18:07 sgkang