Skip to content

Commit 9586f78

Browse files
committedFeb 26, 2019
edit isosurface noci test
1 parent 7f48ecf commit 9586f78

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎test/jasmine/tests/isosurface_test.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ describe('Test isosurface', function() {
367367
.then(function() {
368368
assertHoverLabelContent({
369369
nums: [
370-
'x: 0.3',
370+
'x: 0.4',
371371
'y: 0.001',
372-
'z: −16',
373-
'value: −0.27'
372+
'z: −8',
373+
'value: −1.28'
374374
].join('\n')
375375
});
376376
})
@@ -379,10 +379,10 @@ describe('Test isosurface', function() {
379379
.then(function() {
380380
assertHoverLabelContent({
381381
nums: [
382-
'x: 0.2',
382+
'x: 0.3',
383383
'y: 100μ',
384-
'z: −16',
385-
'value: −1.12'
384+
'z: −8',
385+
'value: −1.19'
386386
].join('\n')
387387
});
388388
})
@@ -393,8 +393,8 @@ describe('Test isosurface', function() {
393393
nums: [
394394
'x: 0.4',
395395
'y: 100μ',
396-
'z: −4',
397-
'value: −1.3'
396+
'z: −2',
397+
'value: −1.29'
398398
].join('\n')
399399
});
400400
})
@@ -410,9 +410,9 @@ describe('Test isosurface', function() {
410410
nums: [
411411
'x: 0.4',
412412
'y: 100μ',
413-
'z: −4',
414-
'value: −1.3',
415-
'!! -1.3 !!'
413+
'z: −2',
414+
'value: −1.29',
415+
'!! -1.29 !!'
416416
].join('\n')
417417
});
418418
})
@@ -423,7 +423,7 @@ describe('Test isosurface', function() {
423423
.then(_hover4)
424424
.then(function() {
425425
assertHoverLabelContent({
426-
nums: '−1.3\n(0.4,100μ,−4)',
426+
nums: '−1.29\n(0.4,100μ,−2)',
427427
name: '!!'
428428
});
429429
})

0 commit comments

Comments
 (0)
Please sign in to comment.