jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 10 forks source link

databraidTest failure #139

Closed allshouse closed 7 years ago

allshouse commented 7 years ago

Using the Precompiled Ubuntu 3.2.1 on R2017a

The databraidTest failed during the test_braidlab execution.

It gave the following details:

Running databraidTest

================================================================================
Verification failed in databraidTest/test_databraid_constructor.

    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyError failed.
    --> The function threw the wrong exception.

        Actual Exception:
            'MATLAB:TooManyInputs'
        Expected Exception:
            'MATLAB:maxrhs'
    --> Actual Error Report:
            Error using braidlab.databraid
            Too many input arguments.

            Error in databraidTest>@()databraid(1,1,1,1) (line 50)
                  testCase.verifyError(@() databraid(1,1,1,1), ...

    Evaluated Function:
            @()databraid(1,1,1,1)

The taffyTest also gave a warning. But this is linked to the change in graphics.

Running taffyTest
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL.
For more information, click here. 
.
Done taffyTest
jeanluct commented 7 years ago

Duplicate of #137. Already fixed, but not included in a release. Will make a 3.2.2 release.