madeleineudell / ParallelSparseRegression.jl

Other
12 stars 7 forks source link

Write unit tests #1

Open madeleineudell opened 10 years ago

madeleineudell commented 10 years ago

This should be easy to do using cvxpy. In test/test.jl, just add

using PyCall
@pyimport cvxpy

to compute the solution using a verified method and compare the results.