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
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
Ive attached a notebook cell, and the error messages below.
The only difference is half_switch = True in the instantiation of TDsurvey. Looks like the ExpMap is confused about the 19 layer model, and the request for only the results due to one "layer".
Perhaps a separate issue, but related. I have not been able to create a single layer mesh to represent a half space instead of a multi-layer mesh with a half_switch logical.
It would be a good idea to be able to pass a single layer model to the forward and sensitivity methods. Inside simply use if (half_switch or n_layer == 1): instead of forcing the user to specify the half_switch argument?
Hi @leonfoks, error occurs because of hz, you need to set the size of this as 1 for halfspace. It seems annoying to have halfspace option. I'll remove this option later.
I may not be doing this correctly...
Ive attached a notebook cell, and the error messages below.
The only difference is
half_switch = True
in the instantiation of TDsurvey. Looks like the ExpMap is confused about the 19 layer model, and the request for only the results due to one "layer".Perhaps a separate issue, but related. I have not been able to create a single layer mesh to represent a half space instead of a multi-layer mesh with a half_switch logical.
It would be a good idea to be able to pass a single layer model to the forward and sensitivity methods. Inside simply use
if (half_switch or n_layer == 1):
instead of forcing the user to specify the half_switch argument?Here's a notebook cell
This causes
The text was updated successfully, but these errors were encountered: