I keep getting the below error when submitting the assignment even though scipy is imported.
There was a problem compiling the code from your notebook. Details:
No module named ‘scipy’
I keep getting the below error when submitting the assignment even though scipy is imported.
There was a problem compiling the code from your notebook. Details:
No module named ‘scipy’
I believe you are not instructed to use scipy in this assignment.
I see. So scipy is not allowed? The below reference in the assignment to scipy made me think otherwise?
w2_unittest.test_det_and_solution_scipy(d,x)
That’s just the name of one of the unit tests.
Do not use scipy in your code. The grader does not provide access to scipy.
Note: If you read the w2_unittest.py file, you’ll see that it doesn’t use scipy either.
I’m not sure why “scipy” appears in the name of that unit test function. There is no scipy code in the unit test.
Okay, thanks!