refactor run_against_protocols to use loop
Closed this issue · 1 comments
soenkehahn commented
refactor run_against_protocols to use loop
soenkehahn commented
Currently run_against_protocols
uses a map
, but maybe this can be made nicer by using a loop. I'm hoping that then we can get rid of some of the cloning.