You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call def change_data(interp_data, geo_data_stoch, priors):, I get various errors. The parameters interp_data and geo_data_stoch are not defined in the latest version of gempy.
example:
def sample(self, n_iter, epsilon):
[prior_draws = gp.utils.input_manipulation.change_data(self.interp_data, self.geo_data_res_stoch, self.priors)]
from abc_topo_jaccard.ipynb (https://zenodo.org/records/3820075) abc_topo_jaccard.ipynb
Can you help me?
The text was updated successfully, but these errors were encountered:
When I call def change_data(interp_data, geo_data_stoch, priors):, I get various errors. The parameters interp_data and geo_data_stoch are not defined in the latest version of gempy.
example:
def sample(self, n_iter, epsilon):
[prior_draws = gp.utils.input_manipulation.change_data(self.interp_data, self.geo_data_res_stoch, self.priors)]
from abc_topo_jaccard.ipynb (https://zenodo.org/records/3820075) abc_topo_jaccard.ipynb
Can you help me?
The text was updated successfully, but these errors were encountered: