Skip to content

Commit

Permalink
Apply code review suggessions
Browse files Browse the repository at this point in the history
Co-authored-by: Miyuru Dayarathna <[email protected]>
  • Loading branch information
Ishad-M-I-M and miyurud authored Sep 2, 2023
1 parent 43219e5 commit 8457f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/JasmineGraphInstanceService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3170,7 +3170,7 @@ void JasmineGraphInstanceService::trainPartition(string trainData) {
std::transform(trainargs.begin(), trainargs.end(), std::back_inserter(vc), converter);

std::string path = "cd " + utils.getJasmineGraphProperty("org.jasminegraph.graphsage") + " && ";
std::string command = path + "python3.11 -m unsupervised_train > /home/ubuntu/software/jasminegraph/logs/unspervised_train" + partitionID + "-" + Utils::getCurrentTimestamp() + ".txt" ;
std::string command = path + "python3.11 -m unsupervised_train > /home/ubuntu/software/jasminegraph/logs/unsupervised_train" + partitionID + "-" + Utils::getCurrentTimestamp() + ".txt" ;

int argc = trainargs.size();
for (int i = 0; i < argc - 2; ++i) {
Expand Down

0 comments on commit 8457f6e

Please sign in to comment.