Skip to content

Commit

Permalink
uncommented test
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rbed committed Aug 25, 2024
1 parent 048d7f0 commit a270541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ end
@test isequal(symbolic_solve([x^4 - 1, x - 2], [x]), [])

# TODO: test this properly
# sol = symbolic_solve([x^3 + 1, x*y^3 - 1], [x, y])
sol = symbolic_solve([x^3 + 1, x*y^3 - 1], [x, y])

eqs = [x*y + 2x^2, y^2 -1]
arr_calcd_roots = sort_arr(symbolic_solve(eqs, [x,y]), [x,y])
Expand Down

0 comments on commit a270541

Please sign in to comment.