I tried running the example code on http://computation.geosci.xyz/case-studies/PF/Kevitsa_Grav_Inv.html and noticed that some of the functions used here seem obsolete. For example, when running the following code,
obs = driver.readGravityObservations(files['data'])
I got an attribute error that reads ‘GravityDriver_inv’ object has no attribute ‘readGravityObservations’.
I guess either my SimPEG version is outdated, or the example code is outdated. Is it possible to update the example code on the webpage? (I wish I could do it, but given my very limited SimPEG knowledge, I have not figured out a way…).
Thanks in advance!