Update ARE_FINISH.py

This commit is contained in:
Julian B 2018-05-08 17:19:46 +02:00 committed by GitHub
parent 340b6438ef
commit 3b6eb4b4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -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()))
"""