Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBCn:
base_kws_vars
copied to avoid global changes (#1999)
<!--Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [ ] This PR addresses an already opened issue (for bug fixes / features) - This PR fixes #xyz - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] (If applicable) Documentation has been added / updated (for bug fixes / features) - [ ] CHANGELOG.rst has been updated (with summary of main changes) - [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`) has been added ### What kind of change does this PR introduce? * Copy `base_kws_vars` inside the adjust function so that it doesn't change the dict globally. ### Does this PR introduce a breaking change? No ### Other information:
- Loading branch information