equinor / semeio

Semeio is a collection of jobs and workflow jobs used in ert (https://github.com/equinor/ert).
https://github.com/equinor/semeio
GNU General Public License v3.0
10 stars 27 forks source link

Grid index order bug in non-adaptive-localisation #576

Open oddvarlia opened 11 months ago

oddvarlia commented 11 months ago

Describe the bug Between the May and October release of komodo, some changes in how to read/write files with fields were changed. The non-adaptive localisation was not updated at the same time causing grid index order error.

To Reproduce Steps to reproduce the behavior:

  1. Run non-adaptive localisation and visual inspect the difference between an update without and with localisation.

Expected behavior Fix the bug so that it works as it should.

Screenshots Test of LOCALISATION_JOB.pdf

Additional context A new pytest test for non-adaptive localisation is developed in another PR to detect this type of error.