scipion-em / scipion-em-aretomo

Plugin to use AreTomo within the Scipion framework
GNU General Public License v3.0
2 stars 0 forks source link

Removed extra indentation level from sleep in stepsGeneratorStep #96

Closed oierlauzi closed 1 month ago

oierlauzi commented 1 month ago

An extra indentation on a sleep function call was slowing down step generation in stepsGeneratorStep. Furthermore, in a streaming environment, this would quadratically increase processing time, as the sleep command is called regardless of the TS is processed or not.