(self, atts)
| 54 | IMPORTANCE = {'precision': 1, 'equations': 2, 'order': 3, 'pe': 4, 'multipleSimulations': 5} |
| 55 | |
| 56 | def __init__(self, atts): |
| 57 | self.atts = atts |
| 58 | |
| 59 | def score(self, reqs): |
| 60 | sc = 0 |
nothing calls this directly
no outgoing calls
no test coverage detected