PavelPr

Results 1 comments of PavelPr

I thought that it might be noteworthy that the following code also results in the same compilation error: ``` auto row = xt::row(maxConf, i); auto argWhere = xt::argwhere(row > confThreshold);...