trials refers to the current loop. I think that you can’t reference outer loops from inside an inner loop so you’d need to count iterations manually in that case
trials refers to the current loop. I think that you can’t reference outer loops from inside an inner loop so you’d need to count iterations manually in that case