Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported primitive types #1206

Open
moghadas76 opened this issue Feb 19, 2025 · 1 comment
Open

Unsupported primitive types #1206

moghadas76 opened this issue Feb 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@moghadas76
Copy link

Describe the bug
A clear and concise description of what the bug is.

"""
omegaconf.errors.UnsupportedValueType: Value 'ndarray' is not a supported primitive type
full_key: data.A_dict_np.PEMS04
object_type=dict"""

@moghadas76 moghadas76 added the bug Something isn't working label Feb 19, 2025
@odelalleau
Copy link
Collaborator

Sounds like you're trying to set a config value to a numpy array. You should probably convert it to a list first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants