Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Lebedev authored and ofrei committed Mar 22, 2018
1 parent 097a758 commit 0920190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/artm_tests/collection_parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ TEST(CollectionParser, Multiclass) {
artm::GatherDictionaryArgs gather_args;
gather_args.set_data_path(target_folder);
gather_args.set_dictionary_target_name(dictionary_name);
gather_args.set_vocab_file_path((::artm::test::Helpers::getTestDataDir() / "vocab.parser_test_multiclass.txt").string());
gather_args.set_vocab_file_path((::artm::test::Helpers::getTestDataDir() /
"vocab.parser_test_multiclass.txt").string());

::artm::MasterModelConfig master_config;
artm::MasterModel master(master_config);
Expand Down

0 comments on commit 0920190

Please sign in to comment.