Skip to content

JSON Serializer for pystencils config

Helen Schottenhamml requested to merge mr_json_serializer into master

This MR adds a custom JSON serializer to allow pystencils configs to be used as parameters in databases. Useful in parameter studies when using the more modern way of setting up simulations, i.e., using pystencils' CreateKernelConfig.

Can be extended in the future for other custom classes if needed.

Merge request reports