Skip to content

WIP: Fix deadlock problems around running forward model callback in subprocess #9063

WIP: Fix deadlock problems around running forward model callback in subprocess

WIP: Fix deadlock problems around running forward model callback in subprocess #9063

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

annotate_python.yml

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

Annotations

1 error and 1 warning
annotate-python-linting: src/ert/callbacks.py#L7
'unittest.mock.MagicMock' imported but unused
annotate-python-linting: src/ert/storage/local_ensemble.py#L210
Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.