jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Add tests that run on all variants. #27

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

It would violate DRY to write the same tests for every different selection strategy. Let's run all the tests on all the strategies.