carpentries-incubator / carpentries-incubator/python-intermediate-development
Explicitly mention which file to edit in challenge 'Use classes to abstract out data loading'
- Langage dominant
- TeX
- Étoiles
- 63
- Forks
- 77
- Merge moyen
- 20 h 8 min
- PR mergées (30 j)
- 3
Description
In challenge ['Use classes to abstract out data loading'](https://carpentries-incubator.github.io/python-intermediate-development/33-code-decoupling-abstractions/index.html#exercise-use-classes-to-abstract-out-data-loading) in episode 3.3 I suggest to change the last sentence:
Finally, construct an instance of the class CSVDataSource outside the statistical analysis and pass it to analyse_data() function.'
to
Finally, construct an instance of the class CSVDataSource outside the statistical analysis and pass it to analyse_data() function in the file `inflammation-analysis.py`.
Our participants were struggling with this, see #395
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Ouvrez l’épisode 3.3 et l’exercice “Use classes to abstract out data loading” dans la section liée. Mettez à jour la dernière phrase afin qu’elle indique explicitement de transmettre l’instance de CSVDataSource à analyse_data() dans inflammation-analysis.py ; c’est terminé lorsque l’instruction nomme clairement ce fichier.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- documentation
- Type d'issue
- Documentation
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100