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
The ResInsight format does not have labels, and a label is made based on the key (vector name). This is not unique if multiple observations are present for the same key (vector), and ERT doesn't like that.
There is a commented part of the line which adds the date, which is an option. Another alternative is to add an index like what is done for the yaml based format:
The ResInsight format does not have labels, and a label is made based on the key (vector name). This is not unique if multiple observations are present for the same key (vector), and ERT doesn't like that.
subscript/src/subscript/fmuobs/parsers.py
Line 465 in d0f04a1
There is a commented part of the line which adds the date, which is an option. Another alternative is to add an index like what is done for the yaml based format:
subscript/src/subscript/fmuobs/parsers.py
Line 505 in d0f04a1
An index is maybe the best to be consistent with the behavior of the yaml based.
The text was updated successfully, but these errors were encountered: