Skip to content

Commit

Permalink
fix property test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Apr 10, 2020
1 parent 5476e3f commit 0534ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace {
string class_uri, property_uri, key, fname;
long k;
T2Dv2* t2d = new T2Dv2(hdt_file, log_file, "", "test_files");
t2d->run_test_properties("test_files/properties_test.csv");
t2d->run_test_properties("test_files/properties_test.csv",T2Dv2::RESTRICTIVE_MODE);
t2d->compute_scores(0);
t2d->print_k();
class_uri = "http://dbpedia.org/ontology/Wrestler";
Expand Down

0 comments on commit 0534ea0

Please sign in to comment.