Skip to content
New issue

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

my_final_ project #31

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

my_final_ project #31

wants to merge 9 commits into from

Conversation

emilyyaklich
Copy link

updating to the correct branch!

@niezu
Copy link

niezu commented May 8, 2020

I don't know how to do it.

@emilyyaklich emilyyaklich changed the title my_final_ projecmy_final_ projectt my_final_ project May 8, 2020
@emilyyaklich
Copy link
Author

emilyyaklich commented May 8, 2020

Hi! So, I was able to create the pull request myself (which is what this thread is) to the branch that is updated properly in your repository. I am going to submit a pull request to your repository soon. I will leave the comments here after I do that!

@niezu
Copy link

niezu commented May 8, 2020 via email

@emilyyaklich
Copy link
Author

emilyyaklich commented May 8, 2020

Hi,

I have just submitted a pull request to your niezu:master branch of your project_spring_2020 repository. In order to see this and merge the pull request with your branch, go to your niezu/project_spring_2020 repository (make sure that you are on the master branch - you have another branch named patch-1 which does not contain the updated scripts) and click on the pull requests tab and then you can choose to merge pull request which will integrate my suggested updates into your repository.

A little bit about the update suggestions that are included in the pull request:

  • I have created a setup.py file (part of packaging your code) which you can fill out the information in this script like your name, email, short description, the name of the package etc. I have already added the URL to your repository in this file.
  • In the tests directory of your repository I added an example test in the sample_test.py file that will test the 'test_convert_c_to_f' function from your script. You can add tests for your other functions to this same file as well. You can run your tests by using
pytest sample_test.py

in the terminal.

  • I moved your my_final_project.ipynb notebook into the project_spring_2020/ directory in order to organize the repository.

I think that covers most of the updates that I am suggesting. Another thing I would suggest is to make sure that the my_final_project.ipynb does not have any errors in the code itself. It might help to tidy up the notebook a bit so it only contains the definitions of specific functions that you use within the script.

Let me know if you have any questions!

@emilyyaklich
Copy link
Author

emilyyaklich commented May 8, 2020

and, yes, on your local computer the my_final_project.ipynb notebook should be located in the project_spring_2020/ directory!

@niezu
Copy link

niezu commented May 8, 2020 via email

@emilyyaklich
Copy link
Author

emilyyaklich commented May 8, 2020

Did you edit your README.md file on github or from your local computer?

To fix the errors in your my_final_project.ipynb notebook you can open the notebook on your local computer in Jupyter Lab, make the edits and save them. You can then add and commit your changes using git and push them to your remote repository on github (this is using the git add --all, git commit and git push commands in your terminal.

@niezu
Copy link

niezu commented May 8, 2020 via email

@niezu
Copy link

niezu commented May 8, 2020 via email

@niezu
Copy link

niezu commented May 8, 2020 via email

@emilyyaklich
Copy link
Author

emilyyaklich commented May 8, 2020

Make sure that you are in your project_spring_2020/ directory on your computer. In your terminal you can try typing:

cd project_spring_2020

Then the git add --all, git commit, and git push commands should work.

@niezu
Copy link

niezu commented May 8, 2020 via email

@niezu
Copy link

niezu commented May 8, 2020 via email

@niezu
Copy link

niezu commented May 8, 2020 via email

@niezu niezu mentioned this pull request May 8, 2020
@niezu
Copy link

niezu commented May 8, 2020 via email

@leesup
Copy link

leesup commented May 11, 2020

Hello,

Could you try running the following in your project_spring_2020 folder?
git rm .git/.COMMIT_EDITMSG.swp
Then try running git commit again.

-Paul

@niezu
Copy link

niezu commented May 13, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants