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

exterior_algebra function noisy #1984

Closed
thofma opened this issue Feb 25, 2023 · 4 comments
Closed

exterior_algebra function noisy #1984

thofma opened this issue Feb 25, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@thofma
Copy link
Collaborator

thofma commented Feb 25, 2023

julia> exterior_algebra(QQ, 1);
// ** commutative ring with 1 variable

@JohnAAbbott Not sure where it is coming from directly, but hopefully we can somehow suppress this output?

@thofma thofma added the bug Something isn't working label Feb 25, 2023
@fingolfin
Copy link
Member

While at it, let me point out that there is no need for trailing semicolons in Julia, so most of them in experimental/ExteriorAlgebra/ExteriorAlgebra.jl could be removed.

@JohnAAbbott
Copy link
Contributor

Trailing semicolons: I prefer to keep them, as I find that they are helpful visual cues (perhaps deriving from my C++ experience?) If that is a problem for others I can remove them.

I'll look into the unexpected message about "commutative ring with 1 variable": it is not directly from my code.

@hannes14
Copy link
Member

The message comes from Singular, see Singular/Singular@5060950

@fingolfin
Copy link
Member

I just tried this on master and the "noise" seems to be gone now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants