Hi thank you , this is the desired behaiviour , but for my case , it gives an error. I am trying to iterate over the 1D list velocity , does it need to be a certain type for it to work ? The error i get is as follows
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
If you are trying to iterate over a list, then you wouldn’t use a while loop, but rather you would swap in your for i in velocity iteration. The general concept of using an st.empty() container outside of the loop remains in either situation.