move examples and remove printer
This commit is contained in:
parent
292b99e821
commit
091ddefdc9
5 changed files with 17 additions and 1 deletions
|
|
@ -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 legrandchien as lgc
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib.animation as animation
|
import matplotlib.animation as animation
|
||||||
|
|
@ -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 legrandchien as lgc
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib.animation as animation
|
import matplotlib.animation as animation
|
||||||
|
|
@ -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 legrandchien as lgc
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib.animation as animation
|
import matplotlib.animation as animation
|
||||||
|
|
@ -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 legrandchien as lgc
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import matplotlib.animation as animation
|
import matplotlib.animation as animation
|
||||||
|
|
@ -555,7 +555,7 @@ class Equation:
|
||||||
dico[var.name] = 0.
|
dico[var.name] = 0.
|
||||||
|
|
||||||
# print([var.name for var in unknown])
|
# print([var.name for var in unknown])
|
||||||
print(equations[0])
|
# print(equations[0])
|
||||||
assert(len(unknown) == len(equations))
|
assert(len(unknown) == len(equations))
|
||||||
n = len(unknown)
|
n = len(unknown)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue