Håvard Berland
Håvard Berland
# non-augmented-assignment (PLR6104) Derived from the **Pylint** linter. Fix is always available. This rule is in preview and is not stable. The `--preview` flag is required for use. ## What...
Delete the lines in test_cli.py that you have copied from?
# unnecessary-lambda (PLW0108) Derived from the **Pylint** linter. Fix is always available. This rule is in preview and is not stable. The `--preview` flag is required for use. ## What...
Another corner case is when different plugins set configuration for the same forward model step name. This should in general be allowed. The configuration should probably be merged. Conflicts for...
It must be assessed whether how this feature interacts with `exec_env`, * https://github.com/equinor/ert/issues/1882 * https://github.com/equinor/rms-sys/issues/96
> It must be assessed whether how this feature interacts with `exec_env`, This will not interact with exec_env, but when merged, it provides forward model step authors with the necessary...
Closing as there is a better alternative.
Proposals (up for discussion): * The hook is forward model agnostic, i.e., the hook can register paths without stating which forward models should use them * The hook registers `List[str]`....
An alternative approach is to overlap with the SETENV possibility in site-config and provide a way of setting environment variables through the plugin system. Setting/augmenting PATH through such a system...
@yngve-sk , do you know if the same changes must be copied to the Everest pluginmanager, or will Everest's pluginmanager be removed/merged into Ert any time soon?