1
0
Fork 0

Updated Actions

master
Luca Moretti 4 years ago
parent deb261d792
commit 4af476a254
  1. 2
      .github/workflows/python-PyCTBN-package.yml
  2. 1
      .gitignore
  3. BIN
      networks_and_trajectories_ternary_data_3.png

@ -36,4 +36,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest -n 1 PyCTBN/tests python -m unittest

1
.gitignore vendored

@ -7,3 +7,4 @@ __pycache__
**/results_data **/results_data
**/.scannerwork **/.scannerwork
**/build **/build
**/sphinx-out

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB