Update ARE_FINISH.py
This commit is contained in:
parent
340b6438ef
commit
3b6eb4b4e0
|
@ -834,17 +834,3 @@ afficher_etat_dynamique()
|
|||
afficher_strat_dynamique()
|
||||
affichage_strats_resultats_totaux()
|
||||
|
||||
|
||||
|
||||
"""
|
||||
def _ext(M):
|
||||
K = np.ndarray((TailleGrilleX, TailleGrilleY))
|
||||
|
||||
for x in range(len(M)):
|
||||
for y in range(len(M[0])):
|
||||
K[x][y] = M[x][y]['strategie']
|
||||
|
||||
return K
|
||||
print(_ext(simulation()))
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue