Please turn in Lab02 as a pdf in the base directory of the repository.
I mentioned this was my first time changing over to OKpy for these types of homework.
[Please note though….working through problems of a technical nature is the type of technical fluency we are looking to build in this class. We want you to develop an appreciation of the connections between things like packages, data type, computing environment as part of this class.]
Three issues where identified thus far:
Instead open up an Anaconda prompt/terminal and issue the following commands:
conda install -y pip
pip install git+https://github.com/grading/gradememaybe.git
The solution I demonstrated in class of copying the requirements.txt will also work.
For lab.analyticsdojo.com you can temporarily uninstall matplotlib with:
!conda uninstall -y matplotlib
The test is looking for 4.6 but you may get 4.5999999999999996. Reasons are here: https://stackoverflow.com/questions/5997027/python-rounding-error-with-float-numbers https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html https://docs.python.org/3/tutorial/floatingpoint.html
I’ve updated the test for q26 to address this issue. You can replace the content of tests/q24.py with the value in this file: https://raw.githubusercontent.com/rpi-techfundamentals/hm-02-starter/master/tests/q26.py
collaborators = "Alyssa Hacker"