Hi all,
I am running the gravity inversion method to estimate the Moho, using optimal regularization parameter, density contrast, and reference height from your GitHub repository.
while running the code on python, the below mistake appear:
How can I solve it?
results['models_refdens'] = [s.estimate_ for s in solutions]
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-451-c73bd16f37e7> in <module>()
----> 1 results['models_refdens'] = [s.estimate_ for s in solutions]
AttributeError: 'NoneType' object has no attribute 'estimate_'