Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Use Polynomials.jl instead of Polynomial.jl #48

Merged
merged 1 commit into from
Jun 23, 2014

Conversation

simonster
Copy link
Member

Should fix #30. This passes tests (at least for me on Julia 0.3), but ideally all of the prototype transformations should be changed so that they operate directly on the polynomial in the form it's stored instead of using coeffs/lfill.

@simonster simonster mentioned this pull request Jun 23, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling fdef6ae on sjk/polynomials into 4c449be on master.

@jfsantos
Copy link
Member

Wow, that was fast. I was doing the same thing right now :) Tests pass here (v0.3 in 32 and 64 bits), so let's merge it and update the code to operate over the polynomials using the right order later.

simonster added a commit that referenced this pull request Jun 23, 2014
WIP: Use Polynomials.jl instead of Polynomial.jl
@simonster simonster merged commit 50780d6 into master Jun 23, 2014
@simonster simonster deleted the sjk/polynomials branch June 23, 2014 01:54
@simonster
Copy link
Member Author

Sounds good. Sorry for the duplicated effort.

@jfsantos
Copy link
Member

No big deal, thanks for updating the code so fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pkg.test("DSP") Fails
3 participants