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

fix: TypeError: Object of type CorePools is not JSON serializable #41

Closed
gosuto-inzasheru opened this issue Sep 24, 2024 · 3 comments
Closed

Comments

@gosuto-inzasheru
Copy link
Member

corepools object cannot be dumped to json easily

@jalbrekt85
Copy link
Collaborator

the CorePools object shouldnt be serialized directly, there is CorePools.pools which contains the data and is just a typed dict

@jalbrekt85
Copy link
Collaborator

now implicitly json serializable, see - #40 (comment)

@gosuto-inzasheru
Copy link
Member Author

solved in #40

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

No branches or pull requests

2 participants