Open NanmiaoWu opened 4 years ago
This bug is due to the dimension of y and is a correct "bug". The annotated_d of y is a 2d, which has row dimension and column dimension (although the column dimension is only one), shown as:
"read_y",
list("tile",
list("rows", row_start, row_stop),
list("columns", col_stop, col_stop+1)
)
But when y is read_from_csv, it is read as a 1d vector. So the dimension of y does not match and get this error.
@NanmiaoWu I'll have a look asap.
@NanmiaoWu I'll have a look asap.
Thanks!
I am using the default arguments and the error is shown as follow: