Skip to content
  • Stéphane Adjemian's avatar
    Bug fix in assert (Julia output). · cf9883ef
    Stéphane Adjemian authored
    See PR #1102 by spencerlyon2.
    
    size always returns a tuple, and we were comparing to an int. Dispatch restricts these arguments to all be vectors so length works here.
    cf9883ef