-
Notifications
You must be signed in to change notification settings - Fork 36
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
Schema fails when unhashable values within lists #217
Comments
A import signac
pr = signac.init_project('gonna_fail')
j = pr.open_job({'oh': [{0, 0, 1, 2, 3, 3, 3}]}).init()
pr.detect_schema()
|
8 tasks
@tcmoore3 you're tearing me apart |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When statepoints contain values that are lists containing
dict
s, aTypeError
is raised whendetect_schema()
is called on the project.To reproduce
Error output
System configuration
Please complete the following information:
The text was updated successfully, but these errors were encountered: