404NameNotFound404 / MarchMadness

This system can be used to rank college basketball teams based on publicly accessible data. It will provide meaningful comparisons even between teams that have not played each other. It reads game information from a file to construct a linear system of equations according to the Massey method, then solves the system.
0 stars 0 forks source link

Verify tests for matrix multiplication #9

Closed katherinemendel closed 4 years ago

katherinemendel commented 4 years ago

Use unittest package in python