Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelrab committed Jul 10, 2016
1 parent f740769 commit 1b3c998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/summary_plot_conflict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SUMMARY_PLOT_NEG=$WORKING_DIR/conflict_neg_plot.pdf
echo "method\tNaive\tPM\tOPM\tOWPM" > $SUMMARY_FILE_POS
echo "method\tNaive\tPM\tOPM\tOWPM" > $SUMMARY_FILE_NEG

RULES_FILE=$WORKING_DIR/rules_Horn.tsv.dlv
RULES_FILE=$WORKING_DIR/../rules_Horn.tsv.dlv
NUMBER_OF_RULES=$(wc -l $RULES_FILE | cut -d' ' -f1)

STEP_DEFAULT=200
Expand Down

0 comments on commit 1b3c998

Please sign in to comment.