Skip to content

Failing CI (possibly related to ngio 0.2.4->0.2.8 update) #950

@tcompa

Description

@tcompa

The CI in #949 is failing, e.g. with this error:

         # Validate plate zarr attributes:
        plate_attrs = zarr.open_group(plate_zarr).attrs.asdict()
>       assert plate_attrs == expected_MIP_plate_attrs
E       AssertionError: assert {'plate': {'a...: 'B'}], ...}} == {'plate': {'a...: '0.4', ...}}
E         Differing items:
E         {'plate': {'acquisitions': [{'id': 0, 'name': '20200812-CardiomyocyteDifferentiation14-Cycle1'}], 'columns': [{'name': '03'}], 'name': 'plate_mip.zarr', 'rows': [{'name': 'B'}], ...}} != {'plate': {'acquisitions': [{'id': 0, 'name': '20200812-CardiomyocyteDifferentiation14-Cycle1'}], 'columns': [{'name': '03'}], 'rows': [{'name': 'B'}], 'version': '0.4', ...}}
E         Full diff:
E           {
E            'plate': {'acquisitions': [{'id': 0,
E                                        'name': '20200812-CardiomyocyteDifferentiation14-Cycle1'}],
E                      'columns': [{'name': '03'}],
E         +            'name': 'plate_mip.zarr',
E                      'rows': [{'name': 'B'}],
E                      'version': '0.4',
E                      'wells': [{'columnIndex': 0,
E                                 'path': 'B/03',
E                                 'rowIndex': 0}]},
E           }

Note that this PR includes the

  - Updating ngio (0.2.4 -> 0.2.8)

update.

@lorenzocerrone do you know whether this is some breaking change that took place in recent ngio versions? If so, we should either fix it or pin the ngio version, because installing fractal-tasks-core today wold lead to a broken version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions