robertseaton / bkz

What should you read? bkz knows.
3 stars 1 forks source link

"Error in kernel$x : $ operator is invalid for atomic vectors" #3

Closed robertseaton closed 11 years ago

robertseaton commented 11 years ago

bkz.R sometimes fails with:

~/projects/bkz $ Rscript bkz.R
...
Error in kernel$x : $ operator is invalid for atomic vectors
Calls: predict ... lapply -> FUN -> sapply -> lapply -> FUN -> dkernel
Execution halted

Bizarrely, if you keep trying to run the script, it eventually succeeds. It's not an issue with changes to the database, since the database isn't modified during runs. (Confirmed with a diff).

robertseaton commented 11 years ago

Fixed in fa007cb90.