Skip to content

Save response info in storage #9418

Save response info in storage

Save response info in storage #9418

Triggered via pull request September 22, 2023 08:16
Status Success
Total duration 3m 29s
Artifacts

annotate_python.yml

on: pull_request
annotate-python-linting
3m 18s
annotate-python-linting
Fit to window
Zoom out
Zoom in

Annotations

1 warning
annotate-python-linting: src/ert/storage/local_ensemble.py#L204
Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.