Skip to content

Commit

Permalink
Try to fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aadi-bh committed Nov 23, 2023
1 parent b8d0925 commit aab3e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import numpy as np

def elrk4(SemiGroup,Nonlinear,y0,tinterval,dt,args):
y = y0
t, tfinal = tinterval
Expand Down
3 changes: 2 additions & 1 deletion generate_plots
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import matplotlib.pyplot as plt
import os
from past.builtins import execfile

execfile("burgers_filtered.py")
print("Running burgers_filtered")
# execfile("burgers_filtered.py")
for f in os.listdir("."):
if f.endswith(".png" or ".svg"):
os.rename(f, "_site/plots/"+f)
Expand Down

0 comments on commit aab3e9c

Please sign in to comment.