odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
353 stars 103 forks source link

Scrap class structure of diagnostics #340

Open adler-j opened 8 years ago

adler-j commented 8 years ago

I think the diagnostics could very well be changed to use a functional approach, i.e. instead of

odl.diagnostics.OperatorTest(my_operator).run_tests()

we could have

odl.diagnostics.run_operator_tests(my_operator)
kohr-h commented 8 years ago

Why not?