Skip to content

Update bossapi submodule to fix SG deps issue. #258

Update bossapi submodule to fix SG deps issue.

Update bossapi submodule to fix SG deps issue. #258

GitHub Actions / Test Results R2022b failed Nov 21, 2023 in 0s

8 errors, 2 pass in 3m 4s

10 tests   2 ✔️  3m 4s ⏱️
  3 suites  0 💤
  1 files    0   8 🔥

Results for commit 7e457da.

Annotations

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_amplitude_threshold_tracking.m#ext) (exampleTests) with error

results.xml [took 1m 53s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_amplitude_threshold_tracking.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_amplitude_threshold_tracking (line 23)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_jittered_open_loop_stimulation.m#ext) (exampleTests) with error

results.xml [took 6s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_jittered_open_loop_stimulation.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_jittered_open_loop_stimulation (line 17)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_measure_loop_latency.m#ext) (exampleTests) with error

results.xml [took 5s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_measure_loop_latency.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_measure_loop_latency (line 10)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_phase_prediction_error_simple.m#ext) (exampleTests) with error

results.xml [took 5s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_phase_prediction_error_simple.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_phase_prediction_error_simple (line 11)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_phase_triggered_plasticity_protocol.m#ext) (exampleTests) with error

results.xml [took 6s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_phase_triggered_plasticity_protocol.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_phase_triggered_plasticity_protocol (line 26)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in exampleTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

runExampleScript(exName=demo_sdi.m#ext) (exampleTests) with error

results.xml [took 11s]
Raw output
Error occurred in exampleTests/runExampleScript(exName=demo_sdi.m#ext) and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in demo_sdi (line 19)
    bd.start;
    
    Error in run (line 91)
    evalin('caller', strcat(script, ';'));
    
    Error in exampleTests/runExampleScript (line 10)
                run(exName);

Check failure on line 0 in smokeTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

bdInitialization (smokeTests) with error

results.xml [took 24s]
Raw output
Error occurred in smokeTests/bdInitialization and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in smokeTests/bdInitialization (line 7)
                testCase.bd.initialize;

Check failure on line 0 in smokeTests

See this annotation in the file changed.

@github-actions github-actions / Test Results R2022b

bdShortRun (smokeTests) with error

results.xml [took 9s]
Raw output
Error occurred in smokeTests/bdShortRun and it did not run to completion.
    ---------
    Error ID:
    ---------
    'slrealtime:target:getparamError'
    --------------
    Error Details:
    --------------
    Error using slrealtime.Target/throwError
    Unable to get 'phase_target' parameter value on target computer 'bossdevice': 'mainmodel/EVD/theta' does not
    have parameter 'phase_target'.
    
    Error in slrealtime.Target/getparam
    
    Error in bossdevice_oscillation (line 32)
                    obj.phase_target = getparam(obj.targetObj, ['mainmodel/EVD/' obj.name], 'phase_target');
    
    Error in bossdevice/initOscillationProps (line 58)
                obj.theta = bossdevice_oscillation(obj.targetObject, 'theta');
    
    Error in bossdevice/initialize (line 209)
                initOscillationProps(obj);
    
    Error in bossdevice/start (line 215)
                    obj.initialize;
    
    Error in smokeTests/bdShortRun (line 17)
                testCase.bd.start;