Jonathan Karlsen

Results 55 comments of Jonathan Karlsen

``` 2024-10-25 15:55:29,290 - ert.plugins.plugin_manager - MainThread - DEBUG - ERT Plugin manager: ert.plugins.hook_implementations 2024-10-25 15:55:29,291 - ert.plugins.plugin_manager - MainThread - DEBUG - Creating temporary directory for site-config 2024-10-25 15:55:29,533...

It seems like when we are getting those errors, we dont have a single log statement from `ert.ensemble_evaluator.monitor`

@xjules Could this be related to #8070?

> See [#8790](https://github.com/equinor/ert/pull/8790), it is no (longer?) true that only SSH errors give 255. Hmm, you are right! Do we know the error message for flaky ssh? Maybe it is...

@berland For the sake of the tests, maybe we should rerun on error code 255 anyways. If it is the cluster acting up and not due to ssh, it wouldn't...

Just to clarify after some discussion with @sondreso: The first step of the milestone is to have the xlsx file read and analyse logic from semeio's `DESIGN2PARAMS` in ert, and...

The semeio forward models accept whitespace in parameter names, so I think we should do the same (and update gen_kw to do so too). It is a very small change,...

> > This has potentially very large consequences for the amount of data that is transferred and consequently the performance of the application, has this been tested with the big...

> This seems to be a bit slower than current main. My bigpoly test (edited to fail halfway through the forward model) goes from 1m1s in main to 1m16s in...

> Are we sending full snapshots every time now? The major reason for the slowdown is the parsing of dates. It went from ~51k date parses in main to ~436k...