This repository was archived by the owner on Jan 26, 2023. It is now read-only.
PA1 Grade is Published #142
Troublor
announced in
Announcements
Replies: 1 comment
-
|
Here are the Appeal Policies:
The appeal will start from next Monday (Nov 7, 00:00) and will last for one week (i.e., ends on Nov 13, 23:59). We will add a submission entry for appeal at Canvas. Please submit a PDF file with justification for your appeal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have graded PA1. Each part of PA1's grade is published separately on Canvas.
For public and hidden tests, here are the steps to reproduce the grading process yourself:
Clone the PA1 solution from: https://github.com/CastleLab/COMP3021-F22-PA-Student-Version/tree/PA1
Replace
build.gradle.ktsandsrc/testin your project with that in the PA1 solution. This is meant to avoid polluted test cases (modified by you) in your submission and include some grading scripts.At the root directory of your project, run the following command:
./gradlew grade --args='.'public-tests.tsvandhidden-tests.tsv.They show the execution results of public and hidden tests, respectively.
These two files can be interpreted as follows:
public-tests.tsvfile.1and-1refers toPassandFail, respectively.hidden-tests.tsvfile.1and-1refers toPassandFail, respectively.This is meant to deal with flaky tests, which should be avoided in implementation.
The score of public and hidden tests are then computed using the formula in the assignment specification.
Beta Was this translation helpful? Give feedback.
All reactions