On H.25/08/11, at 22:20, Tom Lee <[email protected]> wrote: > To be clear: should that `if` test be "if not converged" ?
No, the else in Python executes if the for loop consumes the whole iterator, and you want to fail if it does not converge. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
