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
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Help Charlene to create her repository into a package (remember to commit after each step).
Choose who in your team is sharing now! (make sure you've got a fork and a local copy from Charlene's repository)
Add a .gitignore file to the repository to not add artefacts created by python or your text editor. You can use gitignore.io to generate a file for your needs.
Create a tests directory and add a test similar to what we used last week when we discovered the bug.
Fix sagital_brain.py and make sure the test passes and commit these changes.
Try to install it by running pip install -e . where the setup.py is and run the tests with pytest.
Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text Addresses UCL-RITS/rse-classwork-2020#143 in the pull request description), remember to mention your team members too! (with @github_username)
The text was updated successfully, but these errors were encountered:
Help Charlene to create her repository into a package (remember to commit after each step).
Choose who in your team is sharing now! (make sure you've got a fork and a local copy from Charlene's repository)
Add a
.gitignore
file to the repository to not add artefacts created by python or your text editor. You can use gitignore.io to generate a file for your needs.Create a
tests
directory and add a test similar to what we used last week when we discovered the bug.Fix
sagital_brain.py
and make sure the test passes and commit these changes.Modify the repository directory structure to make sagital_average as an installable package (don't forget to add empty
__init__.py
files).Add a
setup.py
file with the information neededTry to install it by running
pip install -e .
where thesetup.py
is and run the tests withpytest
.Share your solution as a pull request to Charlene's repository mentioning this issue (by including the text
Addresses UCL-RITS/rse-classwork-2020#143
in the pull request description), remember to mention your team members too! (with@github_username
)The text was updated successfully, but these errors were encountered: