Skip to content

Commit

Permalink
#663 - Improve build times
Browse files Browse the repository at this point in the history
- Removed detail prediction dumping to stdout from entity linking unit test to reduce log size (and thus log analysis time)
  • Loading branch information
reckart committed Nov 15, 2018
1 parent 268476b commit 9594171
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -141,14 +141,6 @@ public void thatPredictionWorks() throws Exception

assertThat(predictions).as("Predictions have been written to CAS")
.isNotEmpty();

System.out.println(predictions);
}

private List<CAS> loadAllData() throws IOException, UIMAException
{
Dataset ds = loader.load("germeval2014-de");
return loadData(ds, ds.getDataFiles());
}

private List<CAS> loadDevelopmentData() throws IOException, UIMAException
Expand Down

0 comments on commit 9594171

Please sign in to comment.