Skip to content

Commit a95738b

Browse files
committed
Fix data path
1 parent 973b853 commit a95738b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fourierflow/commands/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def flow(i: int = 0):
135135
fig = plt.figure(figsize=(6, 6))
136136
ax = plt.subplot(1, 1, 1)
137137

138-
data_path = './data/fourier/NavierStokes_V1e-5_N1200_T20.mat'
138+
data_path = './data/zongyi/NavierStokes_V1e-5_N1200_T20.mat'
139139
data = scipy.io.loadmat(data_path)['u'].astype(np.float32)
140140

141141
ims = []

0 commit comments

Comments
 (0)