Skip to content

Commit

Permalink
fixes from testing sample for #41
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmjones committed Sep 10, 2021
1 parent bf5647a commit 8792c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypercane/packaged_algorithms/dsa2.halg
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ LDA_TOPIC_CLUSTER_LOG=${WORKING_DIRECTORY}/dsa2-cluster-lda-topic.log

# prevent extra work if we already have it from previous runs
if [ ! -e ${LDA_TOPIC_CLUSTER_FILE} ]; then
echo "clustering mementos from remainder by time"
echo "clustering mementos from remainder by topic"
hc cluster lda -i mementos -a ${KMEANS_TIME_CLUSTER_FILE} -o ${LDA_TOPIC_CLUSTER_FILE} -l ${LDA_TOPIC_CLUSTER_LOG} --num_topics $S_lexical
fi

Expand Down

0 comments on commit 8792c85

Please sign in to comment.