-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deepcopy settings when creating factories (#356)
* Deepcopy settings when creating factories Otherwise things get murky when we re-use the same settings objects with multiple factories, as the factory plot generation logic modifies settings (eg by recording the list of found feature ids) Fixes incomplete plots when used with atlas * Simpler fix
- Loading branch information
1 parent
7ab2553
commit 4319fbc
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters