armory icon indicating copy to clipboard operation
armory copied to clipboard

Results JSON doesn't copy all of the config from the input JSON

Open davidslater opened this issue 2 years ago • 0 comments

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.

davidslater avatar Mar 17 '22 22:03 davidslater