Skip to content

Commit

Permalink
Have CI run solve and simulate subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Jul 7, 2024
1 parent b77e5dd commit f538ea2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ jobs:
- name: Lint with black
run: |
black --check ttdlgc
black --check ttdlgc
- name: Run solve and simulate subcommands
run: |
ttdlgc_model solve --events-filepath data/alignment_impacts.csv --output-solution-filepath choices.csv
ttdlgc_model simulate --events-filepath data/alignment_impacts.csv --input-solution-filepath choices.csv

0 comments on commit f538ea2

Please sign in to comment.