Skip to content

Instantly share code, notes, and snippets.

@heathermiller
Created March 1, 2016 21:32
Show Gist options
  • Save heathermiller/a9356de3024b083381be to your computer and use it in GitHub Desktop.
Save heathermiller/a9356de3024b083381be to your computer and use it in GitHub Desktop.
url-disaster
--------------------------------------------------------------------------------
Grader output:
================================================================================
{
"fractionalScore": 0.06,
"feedback": "Your overall score for this assignment is 0.65 out of 10.00\n\n\nThe code you submitted did not pass all of our tests: your submission achieved a score of\n0.65 out of 10.00 in our tests.\n\nIn order to find bugs in your code, we advise to perform the following steps:\n - Take a close look at the test output that you can find below: it should point you to\n the part of your code that has bugs.\n - Run the tests that we provide with the handout on your code.\n - The tests we provide do not test your code in depth: they are very incomplete. In order\n to test more aspects of your code, write your own unit tests.\n - Take another very careful look at the assignment description. Try to find out if you\n misunderstood parts of it. While reading through the assignment, write more tests.\n\nBelow you can find a short feedback for every individual test that failed.\n\n======== LOG OF FAILED TESTS ========\nYour solution achieved a testing score of 10 out of 155.\n\nBelow you can see a short feedback for every test that failed,\nindicating the reason for the test failure and how many points\nyou lost for each individual test.\n\nTests that were aborted took too long too complete or crashed the\nJVM. Such crashes can arise due to infinite non-terminitaing\nloops or recursion (StackOverflowException) or excessive mamory\nconsumption (OutOfMemoryException).\n\n[Test Description] VerticalBoxBlur.blur with radius 2 should correctly blur the entire 4x3 image\n[Observed Error] test has been aborted\n[Lost Points] 5\n\n"
}
================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment