Skip to content

Is basecode treated like a submission? #261

Answered by tsaglam
csidirop asked this question in Q&A
Discussion options

You must be logged in to vote

In short: It is not really treating it as a submission, only internally. If you check the generated report, you will see that only the real submissions are listed.

Internally, the basecode is a special submission and is used for the comparison of normal submission.
In order to do that, each submission is compared to the basecode. Then, when comparing two normal submissions, the basecode match of both submissions is factored into the comparison (meaning, matching sections between the submissions are ignored if they are also matching with the basecode). The reason why the CLI prints the basecode comparisons is so the user can monitor the progress of the comparison process.

See this example …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by csidirop
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question, so neither a bug nor a enhancement proposal.
2 participants
Converted from issue

This discussion was converted from issue #208 on December 15, 2021 11:03.