We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In episode 3.4 we introduce a class-based solution for loading in csv files in analyse_data(): https://carpentries-incubator.github.io/python-intermediate-development/33-code-decoupling-abstractions/index.html#solution-1
analyse_data()
In the later solution we still use the old implementation, whereas students at that point will have the class-based implementation of analyse_date() https://carpentries-incubator.github.io/python-intermediate-development/34-code-refactoring/index.html#exercise-refactoring-to-use-a-pure-function
The text was updated successfully, but these errors were encountered:
Fix issue carpentries-incubator#394: Use class-based data loading in …
9a1bbec
…pure function solution
Proposed fix: esciencecenter-digital-skills@9a1bbec
In addition: esciencecenter-digital-skills@8020659 to also make 'Exercise: Write Regression Tests' to use the mocked data source
Sorry, something went wrong.
No branches or pull requests
In episode 3.4 we introduce a class-based solution for loading in csv files in
analyse_data()
: https://carpentries-incubator.github.io/python-intermediate-development/33-code-decoupling-abstractions/index.html#solution-1In the later solution we still use the old implementation, whereas students at that point will have the class-based implementation of analyse_date() https://carpentries-incubator.github.io/python-intermediate-development/34-code-refactoring/index.html#exercise-refactoring-to-use-a-pure-function
The text was updated successfully, but these errors were encountered: