Include nstep
This commit is contained in:
@@ -7,7 +7,7 @@ def main():
|
|||||||
fig_a, ax_a = plt.subplots()
|
fig_a, ax_a = plt.subplots()
|
||||||
fig_b, ax_b = plt.subplots()
|
fig_b, ax_b = plt.subplots()
|
||||||
fig_c, ax_c = plt.subplots()
|
fig_c, ax_c = plt.subplots()
|
||||||
for i in range(6):
|
for i in range(7):
|
||||||
x = []
|
x = []
|
||||||
abs_err = []
|
abs_err = []
|
||||||
rel_err = []
|
rel_err = []
|
||||||
|
|||||||
Reference in New Issue
Block a user