Skip to content

Commit

Permalink
test: updated path for GH artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDavies19 committed Jul 9, 2024
1 parent 977bd54 commit 12eb664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdf_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
with:
name: upload test artifacts
path: |
${{github.workspace}}/tests/.mdf_verification/*.png
${{github.workspace}}/*.png
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ compile/SO/test*

#program output files
*.out
*.png
*.log
*.dat
tests/.mdf_verification/*.out
tests/.mdf_verification/*.log
tests/.mdf_verification/*.png
Expand Down
1 change: 0 additions & 1 deletion tests/.mdf_verification/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def to_num(s):
def plot(ref, ref_heads, data, data_heads, fpath):
if plt is None:
return
print("SHAPE:", ref.shape[0])
fig,axes = plt.subplots(ref.shape[0]-1, 1, sharex = True, figsize=(12.8,4*(ref.shape[0]-1)))
if ref.shape[0] <= 2:
ax = [axes]
Expand Down

0 comments on commit 12eb664

Please sign in to comment.