Skip to content

Merge ert storage #9428

Merge ert storage

Merge ert storage #9428

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

annotate_python.yml

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

Annotations

10 errors and 3 warnings
annotate-python-linting: src/ert/dark_storage/compute/__init__.py#L1
'.misfits.calculate_misfits_from_pandas' imported but unused
annotate-python-linting: src/ert/dark_storage/compute/misfits.py#L35
line too long (88 > 79 characters)
annotate-python-linting: src/ert/dark_storage/compute/misfits.py#L41
line too long (80 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/ensembles.py#L7
line too long (80 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/ensembles.py#L17
line too long (85 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/ensembles.py#L68
line too long (82 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/experiments.py#L20
line too long (84 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/experiments.py#L63
line too long (81 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/experiments.py#L107
line too long (86 > 79 characters)
annotate-python-linting: src/ert/dark_storage/endpoints/observations.py#L17
line too long (81 > 79 characters)
annotate-python-linting: src/ert/dark_storage/json_schema/update.py#L11
Use 'Optional[UUID]' instead of 'Union[UUID, None]'
annotate-python-linting: src/ert/dark_storage/json_schema/update.py#L12
Use 'Optional[UUID]' instead of 'Union[UUID, None]'
annotate-python-linting: src/ert/dark_storage/security.py#L11
Do not perform function calls in argument defaults. The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call. If this is intended, assign the function call to a module-level variable and use that variable as a default value.