Enhancements:
- Refactor RecordTransmitter base class
- Handle system errors when opening workflows
- Handle os errors and ValueError in job creation
- Replace bare except with YAMLError in RMS config
- Replace bare except with YAMLError in ecl config
- Handle os errors and ValueError in ecl_run
- Handle OSError only for os.makedirs
- Assume yaml_error is YAMLError
- Require future resolution of handling Exception
- Add encoding to open statements to satisfy pylint
- Adjust _responds2records function readability
- Support blob output records
- Add fast sensitivity algorithm (1941)
- Refactor _storage for readability and redundancy
- Fix spelling of keyword LSF_RESOURCE where it has been spelled LSF_RE…
- Removing try-except since no reason for existence
- Remove commented code in logger
CI:
- Add building libres and running ctest against komodo
- Explicitly remove .so files from build and install when running ctest
Bugfixes:
- Fix bug when restarting es_mda from iter>0
- Add tests for start iteration > 0