Skip to content

NCTrace tests failed #29

@eva5372

Description

@eva5372

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:

...

> 'NCTr'...
* 129 tests completed in 0. seconds.
* 116 succeeded.
* 13 failed.

...

> SUMMARY OF TESTS

* 23 files tested.
* 2302 tests completed in 5.20313 seconds.
* 2289 succeeded.
* 13 failed.


* Test #46 failed. Result:

    {a$28682, tp[b$28682], tp[a$28682], c$28682}

  differs from correct answer:

                     T         T
{a$28682, b$28682 , a$28682 , c$28682}


* Test #50 failed. Result:

    {a$28682, b$28682, tp[a$28682], tp[c$28682]}

  differs from correct answer:

                              T         T
{a$28682, b$28682, a$28682 , c$28682 }


* Test #54 failed. Result:

    {a$28682, b$28682, tp[a$28682], tp[c$28682]}

  differs from correct answer:

                              T         T
{a$28682, b$28682, a$28682 , c$28682 }


* Test #82 failed. Result:

    {a$28682 ** tp[b$28682]}

  differs from correct answer:

                       T
{a$28682 ** b$28682 }


* Test #85 failed. Result:

    {a$28682 ** tp[b$28682]}

  differs from correct answer:

                       T
{a$28682 ** b$28682 }


* Test #95 failed. Result:

    {a$28682 ** tp[c$28682] ** tp[b$28682]}

  differs from correct answer:

                       T           T
{a$28682 ** c$28682  ** b$28682 }


* Test #96 failed. Result:

    {a$28682 ** tp[b$28682] ** c$28682}

  differs from correct answer:

                       T
{a$28682 ** b$28682  ** c$28682}


* Test #97 failed. Result:

    {a$28682 ** b$28682 ** tp[c$28682]}

  differs from correct answer:

                                  T
{a$28682 ** b$28682 ** c$28682 }


* Test #98 failed. Result:

    {a$28682 ** tp[c$28682] ** b$28682}

  differs from correct answer:

                       T
{a$28682 ** c$28682  ** b$28682}


* Test #99 failed. Result:

    {a$28682 ** tp[b$28682] ** tp[c$28682]}

  differs from correct answer:

                       T           T
{a$28682 ** b$28682  ** c$28682 }


* Test #100 failed. Result:

    {a$28682 ** c$28682 ** tp[b$28682]}

  differs from correct answer:

                                  T
{a$28682 ** c$28682 ** b$28682 }


* Test #116 failed. Result:

    {a$28682 ** tp[c$28682] ** tp[d$28682] ** tp[b$28682]}

  differs from correct answer:

                       T           T           T
{a$28682 ** c$28682  ** d$28682  ** b$28682 }


* Test #117 failed. Result:

    {a$28682 ** tp[d$28682] ** b$28682 ** d$28682}

  differs from correct answer:

                       T
{a$28682 ** d$28682  ** b$28682 ** d$28682}

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions