File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -367,10 +367,10 @@ describe('Test isosurface', function() {
367
367
. then ( function ( ) {
368
368
assertHoverLabelContent ( {
369
369
nums : [
370
- 'x: 0.3 ' ,
370
+ 'x: 0.4 ' ,
371
371
'y: 0.001' ,
372
- 'z: −16 ' ,
373
- 'value: −0.27 '
372
+ 'z: −8 ' ,
373
+ 'value: −1.28 '
374
374
] . join ( '\n' )
375
375
} ) ;
376
376
} )
@@ -379,10 +379,10 @@ describe('Test isosurface', function() {
379
379
. then ( function ( ) {
380
380
assertHoverLabelContent ( {
381
381
nums : [
382
- 'x: 0.2 ' ,
382
+ 'x: 0.3 ' ,
383
383
'y: 100μ' ,
384
- 'z: −16 ' ,
385
- 'value: −1.12 '
384
+ 'z: −8 ' ,
385
+ 'value: −1.19 '
386
386
] . join ( '\n' )
387
387
} ) ;
388
388
} )
@@ -393,8 +393,8 @@ describe('Test isosurface', function() {
393
393
nums : [
394
394
'x: 0.4' ,
395
395
'y: 100μ' ,
396
- 'z: −4 ' ,
397
- 'value: −1.3 '
396
+ 'z: −2 ' ,
397
+ 'value: −1.29 '
398
398
] . join ( '\n' )
399
399
} ) ;
400
400
} )
@@ -410,9 +410,9 @@ describe('Test isosurface', function() {
410
410
nums : [
411
411
'x: 0.4' ,
412
412
'y: 100μ' ,
413
- 'z: −4 ' ,
414
- 'value: −1.3 ' ,
415
- '!! -1.3 !!'
413
+ 'z: −2 ' ,
414
+ 'value: −1.29 ' ,
415
+ '!! -1.29 !!'
416
416
] . join ( '\n' )
417
417
} ) ;
418
418
} )
@@ -423,7 +423,7 @@ describe('Test isosurface', function() {
423
423
. then ( _hover4 )
424
424
. then ( function ( ) {
425
425
assertHoverLabelContent ( {
426
- nums : '−1.3 \n(0.4,100μ,−4 )' ,
426
+ nums : '−1.29 \n(0.4,100μ,−2 )' ,
427
427
name : '!!'
428
428
} ) ;
429
429
} )
You can’t perform that action at this time.
0 commit comments