Skip to content

Save response info in storage #9249

Save response info in storage

Save response info in storage #9249

Triggered via pull request September 18, 2023 11:48
Status Success
Total duration 3m 7s
Artifacts

annotate_python.yml

on: pull_request
annotate-python-linting
2m 55s
annotate-python-linting
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
annotate-python-linting: src/ert/storage/local_storage.py#L41
'ert.config.ResponseConfig' imported but unused
annotate-python-linting: src/ert/storage/local_storage.py#L225
undefined name 'ReponseConfig'
annotate-python-linting: src/ert/storage/local_ensemble.py#L206
Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.