When running through multiple objects with pyROA (i.e., using together=False in the pyROA module), things can break easily. I've had to make a few workarounds, as when running objects serially, some threads from one run don't stop before the next run is started. This can cause the whole code to break in general.
When running through multiple objects with pyROA (i.e., using
together=Falsein the pyROA module), things can break easily. I've had to make a few workarounds, as when running objects serially, some threads from one run don't stop before the next run is started. This can cause the whole code to break in general.