Eivind Jahren

Results 72 issues of Eivind Jahren

Removes unused c code now that only the python api and executables are considered public interface: The current files that have been searched for unused c code - [x] lib/util/buffer.cpp...

`util_sscanf_int("", &value)` returns ok, with value set to 0. This is has the effect that ```python from resdata import ResdataUtil def test_failure(): data_contents = "PARALLEL '' /\n" with open("TEST.DATA", "w")...

bug

The STARTDAT filed can contain hours, minutes, seconds etc. but iget_sim_time ignores this. https://github.com/equinor/ecl/blob/469546ebd1dbf5a56ad9390f47dfde65552114d3/lib/ecl/ecl_unsmry_loader.cpp#L98

Using the following FSMSPEC and FUNSMRY files respectively ``` 'INTEHEAD' 2 'INTE' 1 100 'RESTART ' 9 'CHAR' 'AAAAAAAA' ' ' ' ' ' ' ' ' ' ' '...

`vim-test` has some functionality that seemingly always sets up the correct project root: https://github.com/vim-test/vim-test/blob/6517577d8b75c97ce0a916f44942877beb37d72a/plugin/test.vim#L60 It would be great if there was some variable that one could use to tweak the...

enhancement

Table F.43 mentions keyword `LGRNAMES` and `LGRS` in summary index files, however, I have only seen usage of `LGRS` in summary files. There is also the key `LGRNAMES` in restart...

When importing grid via ``` GDFILE 'MYFILE.FEGRID' UNFORMATTED / ``` although the user manual does not mention it, the `UNFORMATTED` is silently ignored, and the format of the file is...

Currently, a number of errors can occur due to file synchronization issues over NFS: ``` done callback.*Could not find any unified summary file matching case done callback.*Error reading.*Missing output file...

enhancement

Fixed an issue where worker_thread may not have been correctly cleaned up leading to flaky tests. - [x] PR title captures the intent of the changes, and is fitting for...

Currently, if an exception is thrown by ErtThread (only used in tests), then the thread message is shown, but not the traceback.