[go: nahoru, domu]

Skip to content

Commit

Permalink
remove e-mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeas committed Aug 7, 2018
1 parent 41f814e commit 7a60fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/benchmarks/send_error_email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ One of your experiments failed on machine '$HOSTNAME':
$1
Kind regards,
Your experiment script system" | mail -s "Experiment Failed On Machine $HOSTNAME" tobias.behrens@dfki.de
Your experiment script system" | mail -s "Experiment Failed On Machine $HOSTNAME" experimentalist@institute.org
2 changes: 1 addition & 1 deletion source/benchmarks/send_success_mail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ One of your experiments successfully completed on machine '$HOSTNAME':
$1
Kind regards,
Your experiment script system" | mail -s "Experiment Successfully Completed On Machine $HOSTNAME" tobias.behrens@dfki.de
Your experiment script system" | mail -s "Experiment Successfully Completed On Machine $HOSTNAME" experimentalist@institute.org
2 changes: 1 addition & 1 deletion source/lib/cogadb/src/util/query_processing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const TablePtr exploreVariants(const std::string& variant_exploration_mode,
print(client, variant);

std::vector<VariantMeasurement> measurements;
VariantExecutionStatistics statistics(measurements);
VariantExecutionStatistics statistics;
double std_dev = 0;
int counter = 0;
do {
Expand Down

0 comments on commit 7a60fdb

Please sign in to comment.