Skip to content

Commit

Permalink
remove plotting in 24 and added matplotlib just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
RongkunWang committed Dec 25, 2023
1 parent 4c2342c commit 98db478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Python dependency
run: |
python3 -m pip install --upgrade pip
pip install numpy
pip install numpy matplotlib
- name: Setup Julia
uses: julia-actions/setup-julia@v1
with:
Expand Down
5 changes: 3 additions & 2 deletions src/python/24_rk.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ def main():
# [print(i) for i in hails]
nhails = len(hails)

for i in range(3):
plot(hails, i)

# for i in range(3):
# plot(hails, i)


print(sol1(hails))
Expand Down

0 comments on commit 98db478

Please sign in to comment.