Skip to content

Commit

Permalink
BugFix checkpoint loading; Add system test (#3)
Browse files Browse the repository at this point in the history
Fix Bug #1 and add system tests - also as examples on how to use the
code.
  • Loading branch information
FHellmann authored Feb 5, 2024
2 parents 27afa5a + b5c2925 commit 2925887
Show file tree
Hide file tree
Showing 26 changed files with 915 additions and 505 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/python-app.yml

This file was deleted.

Loading

0 comments on commit 2925887

Please sign in to comment.