From ecaa884861f3dcb7d9f51b112baa6de332beac67 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sun, 14 May 2023 08:13:37 -0400 Subject: [PATCH] Woups --- JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs b/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs index bb884f2..32e03b2 100644 --- a/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs +++ b/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs @@ -22,7 +22,7 @@ namespace JeuHoy_WPF_Natif.Model { _lstPerceptrons.Add(x.ToString(), new Perceptron(x.ToString())); foreach (Squelette sql in _lstData) - Entrainement(sql, sql.Reponse); + Entrainement(sql, ""); } ///