diff --git a/engine/CSVParser.cc b/engine/CSVParser.cc index 2f07e3266..5229deb53 100644 --- a/engine/CSVParser.cc +++ b/engine/CSVParser.cc @@ -540,15 +540,9 @@ namespace minsky chomp(line); while (r) { - // count the number of quote characters after last separator. If odd, then line is not terminated correctly - auto n=line.rfind(spec.separator); - if (n==string::npos) - n=0; - else - ++n; int quoteCount=0; - for (; ninput.tcl <({1.2,3,1,-1,1.3,2,2,-1,1.4,1,3,-1}), + CHECK_ARRAY_CLOSE(vector({1.2,3,1,-1,1.3,2,2,-1,1000,1,3,-1}), v.tensorInit, 12, 1e-4); }