@@ -410,15 +410,21 @@ suite('Experiments Tree Test Suite', () => {
410410 fetched : true ,
411411 firstThreeColumns : [
412412 {
413+ fullValue : '-' ,
413414 path : 'Created' ,
415+ type : 'Created' ,
414416 value : '-'
415417 } ,
416418 {
419+ fullValue : '1.9293040037155151' ,
417420 path : 'summary.json:loss' ,
421+ type : ColumnType . METRICS ,
418422 value : '1.9293'
419423 } ,
420424 {
425+ fullValue : '0.4668000042438507' ,
421426 path : 'summary.json:accuracy' ,
427+ type : ColumnType . METRICS ,
422428 value : '0.46680'
423429 }
424430 ] ,
@@ -431,15 +437,21 @@ suite('Experiments Tree Test Suite', () => {
431437 fetched : true ,
432438 firstThreeColumns : [
433439 {
440+ fullValue : findAndFormatCreated ( 'exp-e7a67' ) ,
434441 path : 'Created' ,
442+ type : 'Created' ,
435443 value : findAndFormatCreated ( 'exp-e7a67' )
436444 } ,
437445 {
446+ fullValue : '2.0205044746398926' ,
438447 path : 'summary.json:loss' ,
448+ type : ColumnType . METRICS ,
439449 value : '2.0205'
440450 } ,
441451 {
452+ fullValue : '0.3724166750907898' ,
442453 path : 'summary.json:accuracy' ,
454+ type : ColumnType . METRICS ,
443455 value : '0.37242'
444456 }
445457 ] ,
@@ -452,15 +464,21 @@ suite('Experiments Tree Test Suite', () => {
452464 fetched : true ,
453465 firstThreeColumns : [
454466 {
467+ fullValue : findAndFormatCreated ( 'exp-e7a67' ) ,
455468 path : 'Created' ,
469+ type : 'Created' ,
456470 value : findAndFormatCreated ( 'exp-e7a67' )
457471 } ,
458472 {
473+ fullValue : '2.0205044746398926' ,
459474 path : 'summary.json:loss' ,
475+ type : ColumnType . METRICS ,
460476 value : '2.0205'
461477 } ,
462478 {
479+ fullValue : '0.3724166750907898' ,
463480 path : 'summary.json:accuracy' ,
481+ type : ColumnType . METRICS ,
464482 value : '0.37242'
465483 }
466484 ] ,
@@ -473,15 +491,21 @@ suite('Experiments Tree Test Suite', () => {
473491 fetched : true ,
474492 firstThreeColumns : [
475493 {
494+ fullValue : findAndFormatCreated ( 'test-branch' ) ,
476495 path : 'Created' ,
496+ type : 'Created' ,
477497 value : findAndFormatCreated ( 'test-branch' )
478498 } ,
479499 {
500+ fullValue : '1.9293040037155151' ,
480501 path : 'summary.json:loss' ,
502+ type : ColumnType . METRICS ,
481503 value : '1.9293'
482504 } ,
483505 {
506+ fullValue : '0.4668000042438507' ,
484507 path : 'summary.json:accuracy' ,
508+ type : ColumnType . METRICS ,
485509 value : '0.46680'
486510 }
487511 ] ,
@@ -494,15 +518,21 @@ suite('Experiments Tree Test Suite', () => {
494518 fetched : true ,
495519 firstThreeColumns : [
496520 {
521+ fullValue : findAndFormatCreated ( 'exp-e7a67' ) ,
497522 path : 'Created' ,
523+ type : 'Created' ,
498524 value : findAndFormatCreated ( 'exp-e7a67' )
499525 } ,
500526 {
527+ fullValue : '2.020392894744873' ,
501528 path : 'summary.json:loss' ,
529+ type : ColumnType . METRICS ,
502530 value : '2.0204'
503531 } ,
504532 {
533+ fullValue : '0.3723166584968567' ,
505534 path : 'summary.json:accuracy' ,
535+ type : ColumnType . METRICS ,
506536 value : '0.37232'
507537 }
508538 ] ,
@@ -515,15 +545,21 @@ suite('Experiments Tree Test Suite', () => {
515545 fetched : true ,
516546 firstThreeColumns : [
517547 {
548+ fullValue : findAndFormatCreated ( 'test-branch' ) ,
518549 path : 'Created' ,
550+ type : 'Created' ,
519551 value : findAndFormatCreated ( 'test-branch' )
520552 } ,
521553 {
554+ fullValue : '1.9293040037155151' ,
522555 path : 'summary.json:loss' ,
556+ type : ColumnType . METRICS ,
523557 value : '1.9293'
524558 } ,
525559 {
560+ fullValue : '0.4668000042438507' ,
526561 path : 'summary.json:accuracy' ,
562+ type : ColumnType . METRICS ,
527563 value : '0.46680'
528564 }
529565 ] ,
@@ -536,15 +572,21 @@ suite('Experiments Tree Test Suite', () => {
536572 fetched : true ,
537573 firstThreeColumns : [
538574 {
575+ fullValue : findAndFormatCreated ( 'test-branch' ) ,
539576 path : 'Created' ,
577+ type : 'Created' ,
540578 value : findAndFormatCreated ( 'test-branch' )
541579 } ,
542580 {
581+ fullValue : '1.9882521629333496' ,
543582 path : 'summary.json:loss' ,
583+ type : ColumnType . METRICS ,
544584 value : '1.9883'
545585 } ,
546586 {
587+ fullValue : '0.4083833396434784' ,
547588 path : 'summary.json:accuracy' ,
589+ type : ColumnType . METRICS ,
548590 value : '0.40838'
549591 }
550592 ] ,
0 commit comments