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
Is your feature request related to a problem? Please describe.
I was working with a very small dataset and got a very cryptic error message when executing gp.create_geomodel(..).
My mistake was that I had misspelled a formation name in the orientations file (German, English) which could not be found in the name_id_map of the surface points. The only error I get back is a KeyError with the name of the misspelled formation.
Describe the solution you'd like
A little helper function that checks if the formation names are identical in both the orientation file and the surface points file and returns a useful error message.
Describe alternatives you've considered
Fixing the spelling mistake
The text was updated successfully, but these errors were encountered:
Hey Alex, can you jump in and capture the error and raise a better error exactly were it breaks? It is easier for you to make the changes that for me trying to reproduce it first.
Is your feature request related to a problem? Please describe.
I was working with a very small dataset and got a very cryptic error message when executing
gp.create_geomodel(..)
.My mistake was that I had misspelled a formation name in the orientations file (German, English) which could not be found in the
name_id_map
of the surface points. The only error I get back is aKeyError
with the name of the misspelled formation.Describe the solution you'd like
A little helper function that checks if the formation names are identical in both the orientation file and the surface points file and returns a useful error message.
Describe alternatives you've considered
Fixing the spelling mistake
The text was updated successfully, but these errors were encountered: