Skip to content

Refactor: Add arguments block to main MatNWB api functions #73

Refactor: Add arguments block to main MatNWB api functions

Refactor: Add arguments block to main MatNWB api functions #73

GitHub Actions / JUnit Test Report failed Nov 8, 2024 in 0s

190 tests run, 188 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in CloneNwbTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

CloneNwbTest.testCloneNwbFile

Error occurred in tests.unit.file.CloneNwbTest/testCloneNwbFile and it did not run to completion.
    ---------
Raw output
Error occurred in tests.unit.file.CloneNwbTest/testCloneNwbFile and it did not run to completion.
    ---------
    Error ID:
    ---------
    'MATLAB:class:InvalidSuperClass'
    --------------
    Error Details:
    --------------
    Error using NwbFile
    The specified superclass 'types.core.NWBFile' contains a parse error, cannot be
    found on MATLAB's search path, or is shadowed by another file with the same
    name.
    
    Error in tests.unit.file.CloneNwbTest/testCloneNwbFile (line 38)
                nwbFile = NwbFile();

Check failure on line 1 in TypeConversionTest

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TypeConversionTest.testRoundTripStruct

Verification failed in tests.unit.io.TypeConversionTest/testRoundTripStruct.
    ---------------------
Raw output
Verification failed in tests.unit.io.TypeConversionTest/testRoundTripStruct.
    ---------------------
    Framework Diagnostic:
    ---------------------
    verifyError failed.
    --> The function threw the wrong exception.
        
        Actual Exception:
            'NWB:IO:UnsupportedBaseType'
        Expected Exception:
            <No Message Identifier>
    --> Actual Error Report:
            Error using io.getBaseType (line 48)
            Type `struct` is not a supported raw type
            
            Error in tests.unit.io.TypeConversionTest>@(type)io.getBaseType('struct') (line 35)
                        testCase.verifyError(@(type)io.getBaseType('struct'), '');
    
    Evaluated Function:
      function_handle with value:
    
        @(type)io.getBaseType('struct')
    ------------------
    Stack Information:
    ------------------
    In /home/runner/work/matnwb/matnwb/+tests/+unit/+io/TypeConversionTest.m (TypeConversionTest.testRoundTripStruct) at 35