I'm in problem set 6 of MIT 6.00, and I'm having a little difficulty. I had to install later versions of both NumPy and madplotlib, and I think it may have screwed up the test program, because I'm pretty sure I installed it right. Anybody else had trouble with this? What do I need to do to get it running right?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (e.mccormick):
How much later of a version? Things can change. It may be something is a bit different.
OpenStudy (anonymous):
NumPy is 1.8.0 instead of 1.5.0 and matplotlib is 1.3.1 instead of 1.0.0. Would that only effect how the test program they created runs or will I have to figure out something different for the program I'm writing now as well?