Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 87f02af

Browse files
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

‎.circleci/config.yml‎

Lines changed: 2 additions & 2 deletions
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

‎test/bert/tmodel.m‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /