Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mutable default parameter in init_inference() (microsoft#2540)
A mutable default value is dangerous because editing it will change the value for all future calls to the function. The value is itself edited later in the function, so this problem will likely be encountered sooner or later. Co-authored-by: Michael Wyatt <[email protected]>
- Loading branch information