Skip to content

Fix: cast unhandled set() objects to string to prevent TypeError duri…#31

Open
thomasverardo wants to merge 1 commit into
aimhubio:mainfrom
thomasverardo:fix-set-param-sanitization
Open

Fix: cast unhandled set() objects to string to prevent TypeError duri…#31
thomasverardo wants to merge 1 commit into
aimhubio:mainfrom
thomasverardo:fix-set-param-sanitization

Conversation

@thomasverardo

Copy link
Copy Markdown

Issue: aimlflow sync crashes with a TypeError when encountering MLflow parameters logged as Python sets. Aim's storage engine expects JSON-native types, causing the sync to fail and loop infinitely. #28

Fix: Safely cast unhandled data types (like sets) to strings before passing them to Aim's storage engine, ensuring the sync process finishes successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant