I created mini test file.

Values of variables causing error saved in x.jdata and y.jdata files.

Run my file bug.ijs and see error.

Sergey
#!/usr/bin/env jc

thinOutArray =: dyad : 0
  nOut =. {. x
  
  y =. (nOut&~:@{.@{."_1 # ]) y
  
  y
)

a =: 3!:2 fread 'x.jdata'
b =: 3!:2 fread 'y.jdata'

a thinOutArray b


exit ''

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to