armory
armory copied to clipboard
Results JSON doesn't copy all of the config from the input JSON
I observed this with certain fields in wrapper_kwargs
being omitted. My guess is that these configs are modified in place by the consuming model. To fix this, we should make a defensive copy of the submitted config and drop that into the results json.