Skip to content
Snippets Groups Projects
Commit e19bd9b7 authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

Mise à jour de commentaires

parent 31e63b64
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ class MagasinDEchantillons(object):
pickle.dump(self.echantillon[cleTableau], f)
# la classe MagasinDEnveloppe stocke les échantillons
# la classe MagasinDEnveloppe stocke les échantillons nécessaires
# à la description d'une enveloppe.
class MagasinDEnveloppe(MagasinDEchantillons):
def __init__(self, frequenceEchantillonnage):
super(MagasinDEnveloppe, self).__init__(frequenceEchantillonnage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment