Skip to content

Commit

Permalink
✨ Fix: Time series Plots
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Sep 4, 2023
1 parent 5f63866 commit 5546a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Run Script
run: |
rm prop/*/*.png
rm prop/ALL/time
rm prop/*/*.md
python main.py
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Run Script
run: |
rm prop/*/*.png
rm prop/ALL/time
rm prop/*/*.md
python src/vis.py
Expand Down

0 comments on commit 5546a82

Please sign in to comment.