-
Notifications
You must be signed in to change notification settings - Fork 17
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
CP1-24-midterm #26
base: main
Are you sure you want to change the base?
CP1-24-midterm #26
Conversation
two points based on latitude and longitude inputs. test_midterm_mods acts as a unit test for the modules using pytest. unit_converter can convert feet and yards to meters. unix_time can take in a time and return unix time. Implementing file reading in the necessary modules is still a work in progress
moved this file to the main file
moved this file to the main folder
moved this file to the main file
moving this file to the main file
need to commit to make sure files are in sync
added more tests to test_midterm_mods, and added the motion_direction module to determine the direction of motion in an elevator
having an issue wher the jupyter file imports old versions of python files instead of the latest versions.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I'm aware that there's a pytest error coming up. In my codespace, /workspaces/CP1-24-midterm/abruns123/ data/test/test_name works for the file path reference. It does not once I do the pull request on here. I've heard that others just use the main file name which in my case is /abruns123/data/test/test_name but that isn't working either hence the closing and reopening of the pull request trying to figure this out. I just ended up going with the /abruns123/data/test/test_name because that's what I've heard is the right way to write out the file path name. |
No description provided.