Skip to content

Commit

Permalink
Updated version for next snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Aug 18, 2023
1 parent b93b17f commit 1cf4ab8
Show file tree
Hide file tree
Showing 37 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .templates/generate_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

EXAMPLES_CONFIG_PATH = os.path.join(THIS_DIR, 'config.json')

SCRIPT_VERSION = '2.0.1'
PSL_VERSION = '2.4.0'
SCRIPT_VERSION = '2.0.2'
PSL_VERSION = '3.0.1-SNAPSHOT'

TEMPLATE_SUBS = {
'__SCRIPT_VERSION__': SCRIPT_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion _scripts/setup_psl_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This is a good script to start with when setting up experiments.

# Basic configuration options.
readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'

readonly BASE_DIR=$(realpath "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..)

Expand Down
4 changes: 2 additions & 2 deletions citeseer/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='citeseer'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion citeseer/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/citeseer.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='citeseer'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions cora/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='cora'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion cora/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/cora.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='cora'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions drug-drug-interaction/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='drug-drug-interaction'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion drug-drug-interaction/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/drug-drug-interaction.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='drug-drug-interaction'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions entity-resolution/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='entity-resolution'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion entity-resolution/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/entity-resolution/entity-resolution-small.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='entity-resolution'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions epinions/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='epinions'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion epinions/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/epinions.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='epinions'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions friendship/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='friendship'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion friendship/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/friendship.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='friendship'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions imdb-er/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='imdb-er'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion imdb-er/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/imdb-er.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='imdb-er'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions jester/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='jester'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion jester/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-infinite-experiments/jester.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='jester'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions knowledge-graph-identification/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='knowledge-graph-identification'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion knowledge-graph-identification/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/knowledge-graph-identification.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='knowledge-graph-identification'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions lastfm/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='lastfm'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion lastfm/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/lastfm.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='lastfm'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions simple-acquaintances/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='simple-acquaintances'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion simple-acquaintances/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>org.linqs</groupId>
<artifactId>psl-java</artifactId>
<version>2.4.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions smokers/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='smokers'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
4 changes: 2 additions & 2 deletions social-network-analysis/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='social-network-analysis'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion social-network-analysis/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/social-network-analysis.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='social-network-analysis'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions stance-4forums/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='stance-4forums'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion stance-4forums/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/stance-4forums.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='stance-4forums'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions stance-createdebate/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='stance-createdebate'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion stance-createdebate/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/stance-createdebate.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='stance-createdebate'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions trust-prediction/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='trust-prediction'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion trust-prediction/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/trust-prediction.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='trust-prediction'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions user-modeling/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='user-modeling'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion user-modeling/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/user-modeling.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='user-modeling'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down
4 changes: 2 additions & 2 deletions yelp/cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

readonly PSL_VERSION='2.4.0'
readonly PSL_VERSION='3.0.1-SNAPSHOT'
readonly JAR_PATH="${THIS_DIR}/psl-cli-${PSL_VERSION}.jar"
readonly RUN_SCRIPT_VERSION='2.0.1'
readonly RUN_SCRIPT_VERSION='2.0.2'

readonly BASE_NAME='yelp'
readonly OUTPUT_DIRECTORY="${THIS_DIR}/inferred-predicates"
Expand Down
2 changes: 1 addition & 1 deletion yelp/data/fetchData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
readonly DATA_URL='https://linqs-data.soe.ucsc.edu/public/psl-examples-data/yelp.zip'
readonly DATA_FILE=$(basename "${DATA_URL}")
readonly DATA_DIR='yelp'
readonly SCRIPT_VERSION='2.0.1'
readonly SCRIPT_VERSION='2.0.2'

function main() {
trap exit SIGINT
Expand Down

0 comments on commit 1cf4ab8

Please sign in to comment.