change to Delta(score, new_file, old_file) in all the places that it was created.
This involves removing 'category' from the Delta object
Our initial scores should be simple for now: an Added should +100 to a score (which is 0 by default). A Removed will simply not add any value to a score. Both cases will also have the factors: 'added' or 'removed' appending to the Delta.factors
During license_diff and other DeltaCode steps, we will simply add values to the score as things are found out about the Delta.
change to
Delta(score, new_file, old_file)in all the places that it was created.This involves removing 'category' from the Delta object
Our initial scores should be simple for now: an Added should +100 to a score (which is 0 by default). A Removed will simply not add any value to a score. Both cases will also have the factors: 'added' or 'removed' appending to the Delta.factors
During license_diff and other DeltaCode steps, we will simply add values to the score as things are found out about the Delta.