fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
122 stars 13 forks source link

Convert individual namespace within a Spockspace to a dictionary #247

Closed ncilfone closed 2 years ago

ncilfone commented 2 years ago

Right now the SpockBuilder class has a method spockspace_2_dict to convert an entire Spockspace to a dict but it would be helpful to have another utility function that converts a single spock object namespace into a dictionary