Mentions légales du service

Skip to content

Feature/adding more comments

BOUILLARD Yannick requested to merge feature/adding_more_comments into develop

This merge request is about adding more comments to the code as well as typing indications. It also fixes minor bugs:

  • method parser_task in node.py (line 96): placed self.rounds = [] before the for loop
  • constructor of Experiment: replaced rounds: int instead of rounds = int
  • added another exception (_tkinter.TclError) in the try/catch sutcture of node's cli.py (in pick_with_tkinter method line 62)

Merge request reports