Commit 6670b40
authored
Update particleset.py to make partition_function work when repeatdt is used
There was a bug where deleting the partition_function from the _repeatkwargs property of the particleset class also removed from the kwargs for the initial particleset creation when the repeatdt option was used. This fixes that bug by making a shallow copy of kwargs when creating _repeatkwargs.1 parent 76e3233 commit 6670b40
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments