Skip to content

Sync fails if one of the experiments has an 'Unhandled non-native value' #28

@mehreenbashir

Description

@mehreenbashir

I'm getting below error for one of the experiments while running the aimlflow sync command with mlfow tracking uri for remote Mlflow. The sync fails and the remaning runs and experiments are not synced.
It would be helpful to skip over that run/experiment whose one of the runs/experiments has some value which is not handled, and still carry on with syncing the rest of the runs/experiments.

This is the error:
File "/usr/local/lib/python3.9/site-packages/aim/storage/treeutils_non_native.py", line 29, in convert_to_native_object
raise TypeError(f'Unhandled non-native value {obj} of type {type(obj)}.')
TypeError: Unhandled non-native value {'sex', 'self_reported_ethnicity', 'geneformer', 'scvi', 'tissue', 'assay', 'development_stage', 'disease', 'cell_type', 'scgpt'} of type <class 'set'>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions