Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reported errors when creating a well trajectory using ResInsight/rips #12151

Open
roliveira opened this issue Feb 11, 2025 · 0 comments
Open

Comments

@roliveira
Copy link

roliveira commented Feb 11, 2025

It seems there are errors reported by ResInsight/rips when creating a well trajectory. Despite this the creation of well trajectories progresses and produces the results that seems to be correct. Example snippet:

ERROR: Line 1: Expected three dimensions in the vector, got 1
ERROR: Line 1: Array argument is missing start '['. [[3800.16, 3800.165, 8465.424], [3600.0, 3600.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0
ERROR: Line 1: Array argument is missing start '['. [[3800.16, 3800.165, 8465.424], [3600.0, 3600.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0
ERROR: Line 1: Expected three dimensions in the vector, got 1
ERROR: Line 1: Array argument is missing start '['. [[4000.16, 4600.165, 8465.424], [4000.0, 5200.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0
ERROR: Line 1: Array argument is missing start '['. [[4000.16, 4600.165, 8465.424], [4000.0, 5200.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0
ERROR: Line 1: Expected three dimensions in the vector, got 1
ERROR: Line 1: Array argument is missing start '['. [[5999.84, 6199.835, 8465.424], [6000.0, 6400.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0
ERROR: Line 1: Array argument is missing start '['. [[5999.84, 6199.835, 8465.424], [6000.0, 6400.0, 8525.0]]" argument of the command: "Assign value to field Points"
ERROR: Line 1: Expected three dimensions in the vector, got 0

The error seems to be produced by the intersection.update():

https://github.com/equinor/everest-models/blob/0feb0cd40feeb65a35dce57854ad67034c435c58/src/everest_models/jobs/fm_well_trajectory/resinsight.py#L62-L114

Originally posted by @slawekszklarz in equinor/everest-models#59

@roliveira roliveira marked this as a duplicate and then as not a duplicate of equinor/everest-models#59 Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant