Closed lucarizzi closed 4 years ago
A question regarding SolveArcs.
Where is the best place to make parallel? Is it at: for ib, b in enumerate(self.context.arcs): (line 153)
or at:
for iw, aw in enumerate(self.action.args.at_wave): (line 183)
?
Solved, the first of the two
A question regarding SolveArcs.
Where is the best place to make parallel? Is it at: for ib, b in enumerate(self.context.arcs): (line 153)
or at:
for iw, aw in enumerate(self.action.args.at_wave): (line 183)
?