Skip to content

Commit

Permalink
update workflow and bugfix in start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Nov 16, 2023
1 parent 171626d commit 2f07cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
run: |
cd python
python start.py
python 00_simulate_lm_data.py
python 01_reconstruct_lm_data.py
- name: Cpp
run: |
Expand Down
4 changes: 2 additions & 2 deletions python/start.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys

# Currently hard-wire location of generated files. This will need to change!
sys.path.append('../PETSIRD/python/')
sys.path.append("../PETSIRD/python/")
import prd
-

0 comments on commit 2f07cc5

Please sign in to comment.