Skip to content

Commit 87f02af

Browse files
authored
update config.yml (#29)
* update config.yml * change error Id in failing test
1 parent dbe6896 commit 87f02af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.1
22
orbs:
3-
matlab: mathworks/matlab@0.4.0
3+
matlab: mathworks/matlab@0.11.0
44

55
jobs:
66
build:
77
machine:
8-
image: ubuntu-1604:201903-01
8+
image: ubuntu-2204:2022.07.1
99
steps:
1010
- checkout
1111
- matlab/install

Diff for: test/bert/tmodel.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function canUseInputMask(test)
270270
'InvalidTypeString', iInvalidInputCase("foo",'MATLAB:validation:UnableToConvert'), ...
271271
'InvalidTypeCell', iInvalidInputCase({{1}},'MATLAB:validation:UnableToConvert'), ...
272272
'Logical', iInvalidInputCase(true,'MATLAB:validators:mustBeNumeric'), ...
273-
'Complex', iInvalidInputCase(1 + 1i,'MATLAB:validation:UnableToConvert'), ...
273+
'Complex', iInvalidInputCase(1 + 1i,'deep:dlarray:ComplexNotSupported'), ...
274274
'IsEmpty', iInvalidInputCase([], 'MATLAB:validators:mustBeNonempty'));
275275
end
276276

0 commit comments

Comments
 (0)