Skip to content

Combine datasets to one file #25427

Combine datasets to one file

Combine datasets to one file #25427

Triggered via pull request March 20, 2024 13:31
Status Failure
Total duration 3m 5s
Artifacts

style.yml

on: pull_request
Matrix: check-style
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
check-style (3.12): src/ert/storage/local_ensemble.py#L580
Local variable `datasets_for_group` is assigned to but never used
check-style (3.12)
Process completed with exit code 1.
check-style (3.12): src/ert/storage/local_ensemble.py#L355
Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling