Similar to process(), called before every sampling. If you use high-res fix, this will be called two times.
(self, p, *args, **kwargs)
| 192 | pass |
| 193 | |
| 194 | def process_before_every_sampling(self, p, *args, **kwargs): |
| 195 | """ |
| 196 | Similar to process(), called before every sampling. |
| 197 | If you use high-res fix, this will be called two times. |
| 198 | """ |
| 199 | pass |
| 200 | |
| 201 | def process_batch(self, p, *args, **kwargs): |
| 202 | """ |
no outgoing calls
no test coverage detected