We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing on quilt.py, use the cs1graphics equals() method to compare generated and expected graphics.
quilt.py
equals()
The text was updated successfully, but these errors were encountered:
Running the graphics with the autograde raises an error and fails the test.
Exception raised: unbound method init() must be called with Rectangle instance as first argument (got Square instance instead)
Sorry, something went wrong.
Seems like this is an issue with loading external modules like cs1graphics. Table this for now and work on the remaining tasks.
dkreimer
No branches or pull requests
Testing on
quilt.py
, use the cs1graphicsequals()
method to compare generated and expected graphics.The text was updated successfully, but these errors were encountered: