shiavm006 opened a new pull request, #1076: URL: https://github.com/apache/mahout/pull/1076
Stop QuMat from changing the caller’s backend_config dict. Before the fix, calling execute_circuit() or get_final_state_vector() added a parameter_values key to that dict, so the same config could be mutated when reused for multiple QuMat instances. The fix copies the config in __init__ so only QuMat’s internal copy is updated and the user’s dict stays unchanged. ### Related Issues Closes #1070 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
