move examples and remove printer

This commit is contained in:
Didictateur 2026-02-17 19:01:51 +01:00
parent 292b99e821
commit 091ddefdc9
5 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,7 @@
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import legrandchien as lgc
import matplotlib.pyplot as plt
import matplotlib.animation as animation

View file

@ -1,3 +1,7 @@
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import legrandchien as lgc
import matplotlib.pyplot as plt
import matplotlib.animation as animation

View file

@ -1,3 +1,7 @@
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import legrandchien as lgc
import matplotlib.pyplot as plt
import matplotlib.animation as animation

View file

@ -1,3 +1,7 @@
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
import legrandchien as lgc
import matplotlib.pyplot as plt
import matplotlib.animation as animation

View file

@ -555,7 +555,7 @@ class Equation:
dico[var.name] = 0.
# print([var.name for var in unknown])
print(equations[0])
# print(equations[0])
assert(len(unknown) == len(equations))
n = len(unknown)