Open aradev opened 8 years ago
Can you try using print(d[dm, nomatch=0][,.N]) instead of print(nrow(d[dm, nomatch=0])) and see if it makes any difference?
print(d[dm, nomatch=0][,.N])
print(nrow(d[dm, nomatch=0]))
Can you try using
print(d[dm, nomatch=0][,.N])
instead ofprint(nrow(d[dm, nomatch=0]))
and see if it makes any difference?