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

Poly.unit is not working #21314

Open
sylee957 opened this issue Apr 13, 2021 · 1 comment
Open

Poly.unit is not working #21314

sylee957 opened this issue Apr 13, 2021 · 1 comment
Labels

Comments

@sylee957
Copy link
Member

u = Poly([1, 2, 3], x)
u.unit

Gives AttributeError: 'DMP' object has no attribute 'unit'

@sylee957 sylee957 added the polys label Apr 13, 2021
@sylee957 sylee957 changed the title Poly.unit is not working Poly.unit is not working Apr 13, 2021
@oscarbenjamin
Copy link
Contributor

The docstring says:

        """Return unit polynomial with ``self``'s properties. """

I don't understand what that even means.

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

No branches or pull requests

2 participants