-
Notifications
You must be signed in to change notification settings - Fork 26
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
NCTrace tests failed #29
Comments
Hi Eva, I do not seem to be able to reproduce your issue. The exponentiation with There are two sides of the problem that you might want to debug separately. One is the display side. By default, when you type
you will see on the display
but if you issue
should produce
This display behavior can be disabled by running
after which
will display as
You should be able to go back to the old setting by letting
Is that the case? If so, the display part is working fine. As for the input side, you might want to check out the definitions for
is
If you see anything else, it is coming from some other package. Hope this helps you sorting out this issue. Keep me posted on what you find. |
Hi Mauricio, Thank you so much for taking time to look into my issue. I have run the tests you suggested, and the problem seems to be that it doesn't detect
I also checked if Additionally, as you can see, even if when I load the package it says that all lower cap symbols are set to be noncommutative, unless I set them to be so individually, Mathematica treats them as commutative. I don't mind this, but maybe it is relevant. I didn't load any other package in this session, so I don't think the issue should come from that. Thank you so much again, |
Thanks Eva, that is still a mystery to me. I will try to run it on a different machine to see if I can replicate your behavior because I cannot replicated it on my current environments. |
Thank you for looking at it! I tried in my linux computer and I get the same issue... very weird! Best, |
I have installed NCAlgebra through the Paclet distribution, meaning, in a Mathematica file I run:
PacletInstall["https://github.com/NCAlgebra/NC/blob/master/NCAlgebra-6.0.3.paclet?raw=true"];
Then I quit the kernel, restarted Mathematica and run
<< NCCORETEST
`This it what I get:
I have Mathematica version 14.1.0 in Windows 11
Have I done something wrong? And how can I fix it?
Regards,
Eva
Edit:
Additionally, running the demo file MostBasicCommands.nb, when running
tp[a**b]
gives me
b^Global`T ** a^Global`T
instead of
tp[b]**tp[a]
The text was updated successfully, but these errors were encountered: