Skip to content

Commit

Permalink
Demo: moved copying of NC to proper test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Dec 18, 2024
1 parent f6b08f0 commit f87d1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions demo/scenarios/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CURR_FOLDER="./demo/scenarios"
rm -r ${CURR_FOLDER}/store/models
mkdir -p ${CURR_FOLDER}/store/models

# Copy sample negotiation card to store.
source copy_nc.sh

poetry run pytest --nbmake ${CURR_FOLDER}/1_requirements.ipynb
poetry run pytest --nbmake ${CURR_FOLDER}/2_evidence.ipynb
poetry run pytest --nbmake ${CURR_FOLDER}/2a_evidence_fairness.ipynb
Expand Down
3 changes: 0 additions & 3 deletions demo/simple/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ CURR_FOLDER="./demo/simple"
rm -r ${CURR_FOLDER}/store/models
mkdir -p ${CURR_FOLDER}/store/models

# Copy sample negotiation card to store.
source copy_nc.sh

poetry run pytest --nbmake ${CURR_FOLDER}/1_negotiation.ipynb
poetry run pytest --nbmake ${CURR_FOLDER}/2_requirements.ipynb
poetry run pytest --nbmake ${CURR_FOLDER}/3_evidence.ipynb
Expand Down

0 comments on commit f87d1a8

Please sign in to comment.