Skip to content

Commit

Permalink
add back the line where featureAsString was defined (previously erase…
Browse files Browse the repository at this point in the history
…d by mistake)
  • Loading branch information
albamath committed Jul 8, 2019
1 parent 8ccb989 commit 82b7add
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -268,7 +268,7 @@ public String getAllBlocksFeatured(Document doc) {
}
}
}

String featuresAsString = getFeatureVectorsAsString(doc,
patterns, firstTimePattern);

return featuresAsString;
Expand Down

0 comments on commit 82b7add

Please sign in to comment.