stellatogrp / lropt

Apache License 2.0
19 stars 3 forks source link

Several test cases do not test anything #29

Closed bstellato closed 11 months ago

bstellato commented 1 year ago

Several tests do not check for the output but just solve the problem or print the value. We need to add asserts to make sure the code does not return something stupid. See, for example:

https://github.com/stellatogrp/lropt/blob/61f04d9ddcc35281e1cab5493c4131067a2659af/tests/test_quad.py#L90-L96

Irina526 commented 11 months ago

fixed