formatting

This commit is contained in:
ralf 2024-08-12 14:44:28 +03:00
parent fb78cc2ddb
commit 3c22072933
2 changed files with 3 additions and 2 deletions

View File

@ -467,3 +467,4 @@ if __name__ == "__main__":
model.solve(initial_values=initial_values, tspan=[0, 1000], dt=1.0, times=None)
plt.show()
plt.close('all')