🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Tutorial: Missing branch condition

User: "michel7"
New Altair Community Member
Updated by Jocelyn
Hi,

there is a condition  in the tutorial Looping, Branching and Appending: max_examples  > %{max size}. I miss the  comparison operator ">". 

Thanks for  explanation,

Michel


Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    The comparison operator is implied, not specified, based on the condition (which will either stipulate "min" or "max").  So you don't need to set anything, just run the process and it will branch based on whether the value is above or below the threshold.