Skip to content

Commit 36c579a

Browse files
committed
update msis2 ref value
1 parent 5052e17 commit 36c579a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

+gemini3d/+tests/TestMSIS.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function test_msis20_setup(tc)
6666
end
6767
tc.verifySize(atmos.Tn, tc.TestData.xg.lx, 'MSIS setup data output shape unexpected')
6868

69-
tc.verifyEqual(atmos.Tn(1,2,3), single(186.54959), 'reltol', single(1e-5))
69+
tc.verifyEqual(atmos.Tn(1,2,3), single(189.7185), 'reltol', single(1e-5))
7070
end
7171

7272
end

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
timeout-minutes: 15
3030
uses: matlab-actions/run-command@v1
3131
with:
32-
command: setup_gemini3d, r = runtests('gemini3d.tests'), assert ~isempty(r), assertSuccess(r)
32+
command: setup_gemini3d, r = runtests('gemini3d.tests'), assert(~isempty(r)), assertSuccess(r)

0 commit comments

Comments
 (0)