Skip to content
  • Tiago de Freitas Pereira's avatar
    Fixed the issue #1 · 040147b9
    Tiago de Freitas Pereira authored
    It seems that just checking if the file is good to read is not enough (std::ifstream::good).
    This function reads one extra line.
    
    I did a hard check with the number of samples and solved the problem.
    040147b9