madeleineudell / madeleineudell/ParallelSparseRegression.jl
Write unit tests
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading test/test.jl and the existing test cases. Check how PyCall can import cvxpy, then use its verified solution as the reference for comparisons. Done means test/test.jl contains unit tests that compare the package's sparse-regression results with cvxpy results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, python
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100