mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-01 08:29:34 +01:00
Refactor code in numerical methods notebooks
- Updated import order in Point_Fixe.ipynb for consistency. - Changed lambda functions to regular function definitions for clarity in Point_Fixe.ipynb. - Added numpy import in TP1_EDO_EulerExp.ipynb, TP2_Lokta_Volterra.ipynb, and TP3_Convergence.ipynb for better readability. - Modified for loops in TP1_EDO_EulerExp.ipynb and TP2_Lokta_Volterra.ipynb to include strict=False for compatibility with future Python versions.
This commit is contained in:
2
uv.lock
generated
2
uv.lock
generated
@@ -1249,6 +1249,7 @@ version = "0.1.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "ipykernel" },
|
||||
{ name = "keras" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "numpy" },
|
||||
{ name = "opencv-python" },
|
||||
@@ -1267,6 +1268,7 @@ dev = [
|
||||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "ipykernel", specifier = ">=6.29.5" },
|
||||
{ name = "keras", specifier = ">=3.11.3" },
|
||||
{ name = "matplotlib", specifier = ">=3.10.1" },
|
||||
{ name = "numpy", specifier = ">=2.2.5" },
|
||||
{ name = "opencv-python", specifier = ">=4.11.0.86" },
|
||||
|
||||
Reference in New Issue
Block a user