Commit a3cb751
committed
Fix failure for OPTIMIZED parallel evaluation.
When parallel calculation is done multiple times with the same
calculator object the second and subsequent results are zero
because of OPTIMIZED evaluation.
Solution: Always use a copy of calculator object for partial job.1 parent 23cc44b commit a3cb751
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments