You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
svenvanderburg
added a commit
to esciencecenter-digital-skills/python-intermediate-development-gitlab
that referenced
this issue
Nov 19, 2024
In challenge '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
The text was updated successfully, but these errors were encountered: