Skip to content

Commit

Permalink
fix: remove example workflow file
Browse files Browse the repository at this point in the history
The fit procedure is now roughly tested through the unit tests.
In addition, the workflow.py file is not run anymore since #185
  • Loading branch information
redeboer committed Jan 8, 2021
1 parent d5e2b5a commit 3dd51b5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,305 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
env:
CUDA_VISIBLE_DEVICES: "-1"
run: pytest -n auto
- name: Test example scripts
working-directory: examples
run: python *.py # https://github.com/ComPWA/tensorwaves/issues/103

documentation:
name: Build documentation and run notebooks
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ pyvenv*/
!cspell.json
!environment.yml
!pyrightconfig.json

!examples/intensity-recipe.yaml
Loading

0 comments on commit 3dd51b5

Please sign in to comment.