Andreas Eknes Lie

Results 18 comments of Andreas Eknes Lie

> reopening - we're only almost there, still need #4101 to be merged, which takes care of num cpu, then we can make a PR that actually just removes the...

It turns out that wildcards do work, -- as long as there is a refcase present. This is likely the reason why storage was inspected for available vectors.

Either adding a REFCASE to the .ert configuration or add expanded SUMMARY keywords will solve the issue for the REEK model. ``` REFCASE ../input/refcase/model/REEK ``` or ``` SUMMARY ROIP:1 SUMMARY...

> Can you try setting the environment variable `MACOSX_DEPLOYMENT_TARGET=11.0` (set it to whichever version you're trying to target) before running `delocate-wheel`? Thanks for the quick replies. We have already set...

> I'll clarify that Delocate 0.11.0 has PR #198 applied which is the cause of the "error". For other devs, this was able to reveal compatibility issues unknown before the...

I realise i mistook the origin of that output, wrongfully thinking it came from `delocate-listdeps`, but it origin is actually `python -m build --wheel . --outdir /tmp/carolina_dist_unfixed`. Sorry about that....

> Some failing code style checks in different plugin, _map_viewer_fmu, not sure why. Tests in co2_leakage should be fine. This will likely be resolved by https://github.com/equinor/webviz-subsurface/pull/1274 and should not be...

This PR could benefit from some cleanup and rebasing prior to reviewing. Most commits with `Fix pylint|black|mypy`. `Merge pull|branch` etc should not be committed to master/main regardless. Do you intend...