Find a better way to define the feasible range of score objects
eozd opened this issue · 1 comments
eozd commented
Feature Description
We need a better way to define the feasible range of a given score object. Currently this is defined on class level and it is not possible to create different test objects with different feasible ranges for the score.
eozd commented
For the time being, the current solution using partialclass
function seems to be satisfactory. If we need more dynamic functionality from the Score
class in the future, we may reopen the issue then.