Save response info in storage #9418
Triggered via pull request
September 22, 2023 08:16
Status
Success
Total duration
3m 29s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
annotate_python.yml
on: pull_request
annotate-python-linting
3m 18s
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.
|