Morten Bendiksen

Results 5 issues of Morten Bendiksen

I have a setup where I am using --benchmark-compare-fail=mean:15% I would like to specify a different percentage for each group of tests, because some tests have a varying performance, while...

I am trying to give the --benchmark-storage parameter a network drive path. This fails with an error: `ValueError: '/network/path/.benchmarks' does not start with '/tmp/jenkins-komodo-f_scout_ci/workspace/ert-performance'` ``` INTERNALERROR> Traceback (most recent call...

When indexing objects of the EclSum class, in `__getitem__` there is a deprecation warning. The fix is to call `numpy_array` instead of `get_vector` and remove the warning, but that results...

As part of equinor/ert/issues/737 Let's try to remove as many deprecated pieces of code as possible. Here is a list. **Runtime warnings:** - ecl/__init__.py - line 15 Importing from ert.ecl,...