Skip to content

Commit

Permalink
Update src/mlpack/core/data/load_categorical_csv.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
  • Loading branch information
shrit and zoq committed Nov 5, 2021
1 parent 150099a commit 4eb9468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpack/core/data/load_categorical_csv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void LoadCSV::TransposeParse(arma::Mat<T>& inout, DatasetMapper<PolicyType>& inf

if (token[0] == '"' && token[token.size() - 1] != '"')
{
// first part of the string
// First part of the string.
std::string tok = token;
while (token[token.size() - 1] != '"')
{
Expand Down

0 comments on commit 4eb9468

Please sign in to comment.