Skip to content

Save response info in storage #9410

Save response info in storage

Save response info in storage #9410

Triggered via pull request September 22, 2023 06:45
Status Success
Total duration 4m 18s
Artifacts

annotate_python.yml

on: pull_request
annotate-python-linting
4m 8s
annotate-python-linting
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
annotate-python-linting: src/ert/config/parameter_config.py#L5
'datetime.datetime' imported but unused
annotate-python-linting: src/ert/simulator/batch_simulator.py#L5
'sortedcontainers.SortedList' imported but unused
annotate-python-linting: src/ert/storage/local_ensemble.py#L20
'ert.config.EnsembleConfig' imported but unused
annotate-python-linting: src/ert/storage/local_ensemble.py#L205
Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.