Skip to content

Commit

Permalink
🐛 four latent dimensions are required for t-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jun 4, 2024
1 parent 7796f5e commit 48a76b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Lint with flake8
run: flake8 src
run-tutorial:
name: Run tutorial
name: Run tutorial - random_small
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
cd tutorial
move-dl data=random_small task=random_small__id_assoc_ttest --cfg job
move-dl data=random_small task=random_small__id_assoc_ttest task.training_loop.num_epochs=30 task.num_refits=4 task.num_latent=[40,50]
move-dl data=random_small task=random_small__id_assoc_ttest task.training_loop.num_epochs=30 task.num_refits=4
- name: Identify associations - bayes factors
run: |
cd tutorial
Expand Down

0 comments on commit 48a76b7

Please sign in to comment.