Skip to content

Base implementation of Parquet file writing #2492

Base implementation of Parquet file writing

Base implementation of Parquet file writing #2492

Triggered via pull request April 20, 2026 09:58
Status Cancelled
Total duration 13m 57s
Artifacts 4

ci.yml

on: pull_request
should run ci
9s
should run ci
GHA Security Analysis using Zizmor
21s
GHA Security Analysis using Zizmor
cache-pixi-lock
6s
cache-pixi-lock
Matrix: integration-test
Matrix: unit-test
TypeChecking: pixi run typing
1m 19s
TypeChecking: pixi run typing
build-and-upload-nightly-parcels
2m 29s
build-and-upload-nightly-parcels
merge-test-artifacts
0s
merge-test-artifacts
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 9 warnings
ty (not-iterable): src/parcels/_core/fieldset.py#L484
src/parcels/_core/fieldset.py:484:26: not-iterable: Object of type `None` is not iterable info: It doesn't have an `__iter__` method or a `__getitem__` method
ty (invalid-assignment): src/parcels/_core/fieldset.py#L484
src/parcels/_core/fieldset.py:484:5: invalid-assignment: Too many values to unpack: Expected 2 src/parcels/_core/fieldset.py:484:26: Got 3
ty (invalid-assignment): src/parcels/_core/fieldset.py#L423
src/parcels/_core/fieldset.py:423:22: invalid-assignment: Object of type `Dataset` is not assignable to `UxDataset` src/parcels/_core/fieldset.py:423:17: Declared type `UxDataset`
ty (invalid-assignment): src/parcels/_core/fieldset.py#L404
src/parcels/_core/fieldset.py:404:22: invalid-assignment: Object of type `Dataset` is not assignable to `UxDataset` src/parcels/_core/fieldset.py:404:17: Declared type `UxDataset`
ty (unresolved-attribute): src/parcels/_core/fieldset.py#L357
src/parcels/_core/fieldset.py:357:175: unresolved-attribute: Attribute `left` is not defined on `None` in union `TimeInterval | None`
ty (invalid-argument-type): src/parcels/_core/fieldset.py#L210
src/parcels/_core/fieldset.py:210:34: invalid-argument-type: Argument to bound method `__init__` is incorrect: Expected `UxDataArray`, found `DataArray` src/parcels/_core/uxgrid.py:21:9: info: Method defined here src/parcels/_core/uxgrid.py:21:44: Parameter declared here
ty (invalid-argument-type): src/parcels/_core/field.py#L341
src/parcels/_core/field.py:341:50: invalid-argument-type: Argument to function `_deal_with_errors` is incorrect: Expected `Literal["3D", "3DSigma", "2D"] | None`, found `str` src/parcels/_core/field.py:32:5: info: Function defined here src/parcels/_core/field.py:32:35: Parameter declared here
ty (unresolved-attribute): src/parcels/_core/field.py#L161
src/parcels/_core/field.py:161:20: unresolved-attribute: Attribute `zdim` is not defined on `UxGrid` in union `UxGrid | XGrid`
ty (unresolved-attribute): src/parcels/_core/field.py#L154
src/parcels/_core/field.py:154:20: unresolved-attribute: Attribute `ydim` is not defined on `UxGrid` in union `UxGrid | XGrid`
ty (unresolved-attribute): src/parcels/_core/field.py#L147
src/parcels/_core/field.py:147:20: unresolved-attribute: Attribute `xdim` is not defined on `UxGrid` in union `UxGrid | XGrid`
Unit tests: ubuntu | pixi run -e test-py311 tests
Canceling since a higher priority waiting request for branch-push-zlxyoyvlpoqm exists
Unit tests: ubuntu | pixi run -e test-py311 tests
The operation was canceled.
Unit tests: windows | pixi run -e test tests
Canceling since a higher priority waiting request for branch-push-zlxyoyvlpoqm exists
Unit tests: windows | pixi run -e test tests
The operation was canceled.
ci
Canceling since a higher priority waiting request for branch-push-zlxyoyvlpoqm exists
ty (redundant-cast): src/parcels/_core/xgrid.py#L379
src/parcels/_core/xgrid.py:379:24: redundant-cast: Value is already of type `Literal["X", "Y", "Z"]`
Unit tests: ubuntu | pixi run -e test-py313 tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit tests: ubuntu | pixi run -e test-minimum tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit tests: ubuntu | pixi run -e test-minimum tests
Cache save failed.
Unit tests: ubuntu | pixi run -e test tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit tests: ubuntu | pixi run -e test tests
Cache save failed.
Unit tests: ubuntu | pixi run -e test-py311 tests
No files were found with the provided path: ubuntu_test-py311_unit_test_report.html. No artifacts will be uploaded.
Unit tests: ubuntu | pixi run -e test-py311 tests
Cache save failed.
Unit tests: windows | pixi run -e test tests
No files were found with the provided path: windows_test_unit_test_report.html. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
Unittest report ubuntu-test
36.7 KB
sha256:dc7676ff02e6ac0a876ffb1e2faabdd4e47a9bd37f651b1cb88490f1030c2a4f
Unittest report ubuntu-test-minimum
37 KB
sha256:51fb9a658b4e7a712e8883570ed6816a72beb70bcb5d570188ce6902b064419b
Unittest report ubuntu-test-py313
36.9 KB
sha256:73f43543f8b010e2046aaf4da7f5b0a05058e5d2b574ad7658046316434e28b6
pixi-lock
244 KB
sha256:88521f0f277f4d08afdb1c2c106412fa8069ab41fbe73499ba46c2854208061e