We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973b853 commit a95738bCopy full SHA for a95738b
fourierflow/commands/plot.py
@@ -135,7 +135,7 @@ def flow(i: int = 0):
135
fig = plt.figure(figsize=(6, 6))
136
ax = plt.subplot(1, 1, 1)
137
138
- data_path = './data/fourier/NavierStokes_V1e-5_N1200_T20.mat'
+ data_path = './data/zongyi/NavierStokes_V1e-5_N1200_T20.mat'
139
data = scipy.io.loadmat(data_path)['u'].astype(np.float32)
140
141
ims = []
0 commit comments