Eivind Jahren
Eivind Jahren
So for anyone dealing with this issue in terms of github actions: Jobs run with `on: [push]` will run the latest commit in the PR but jobs run with `on:...
I also tried this with both `let ropevim_enable_shortcuts=0` and `let g:ropevim_enable_shortcuts=0` and it seems to create the shortcuts in both cases. The switch to set the shortcuts is done here:...
Ah, I see now that the problem is that `add_command` does not respect `enable_shortcuts`. https://github.com/python-rope/ropevim/blob/55fe3e2a848f3acd539f1c1892fd6116177c48d3/ropevim.py#L325-L331 This is as per the documentation, but it is subtle and not what the user...
We have decided that from_dict path will have defaults, so this will be resolved by #3986.
> What about the c-tests? How should we structure code that is common for several tests (fixtures etc) ? I think perhaps we can treat `ert._clib` as a super module,...
Testing on jenkins is currently failing because `iterative_ensemble_smoother` is not in bleeding. It will be as of midnight.
> A few comments (as discussed on Slack) > > Ensemble Smoother is identical to Iterative Ensemble Smoother with step-length of 1.0, which means that `IterativeEnsembleSmoother.update_step(step_length=1)` is sufficient. > >...
We have now added back the c-tests as python tests. As these test the code being run, rather than a different c code-path, I consider this an improvement. The tests...
https://github.com/equinor/iterative_ensemble_smoother/issues/26
https://github.com/equinor/iterative_ensemble_smoother/issues/27