-
Notifications
You must be signed in to change notification settings - Fork 2
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
'make test' fails in SolarWaterHeatingOnly/Python #85
Comments
Looks like you're missing matplotlib. It can be installed through |
@Mornix Already have it installed, I got this error checked that I have it and ran |
Can you post the output of |
@elwazana, did something change since you did your initial review of the solar water heating code, or did you not run You should also check
Actually, I just ran From your error message, the problem is definitely due to not finding matplotlib. I'm sure you do have it installed, but Python doesn't know where to find it. You may have installed matplotlib for the wrong version of Python. I suggest that you google something about python matplotlib not found. You'll get hits like: https://stackoverflow.com/questions/18176591/importerror-no-module-named-matplotlib-pyplot Once you do get |
@smiths Hello Dr. Smith, so @niazim3 told me I can run
make test
in the example to check if the test cases themselves run. I did and I got this following error, I'm going to bring it up in the meeting but I wanted to primitively create an issue for it.The text was updated successfully, but these errors were encountered: