In the following issue, as user has had trouble being certain when things are running in parallel and how many threads are being used:
PyAutoLabs/PyAutoLens#252
Would it be possible to have logging information present on this, immediately before a search starts (or during the search in perform_update, if checking things after it starts is a more robust assessment of what is and is not parallelized in the run?).
In the following issue, as user has had trouble being certain when things are running in parallel and how many threads are being used:
PyAutoLabs/PyAutoLens#252
Would it be possible to have logging information present on this, immediately before a search starts (or during the search in
perform_update, if checking things after it starts is a more robust assessment of what is and is not parallelized in the run?).