@@ -31,7 +31,7 @@ public void TestInit()
31
31
}
32
32
33
33
[ TestMethod ]
34
- [ TestCategory ( "prod " ) ]
34
+ [ TestCategory ( "Prod " ) ]
35
35
public void SerializationCellArrayTest ( )
36
36
{
37
37
HtmSerializer serializer = new HtmSerializer ( ) ;
@@ -68,7 +68,7 @@ public void Test1()
68
68
69
69
}
70
70
[ TestMethod ]
71
- [ TestCategory ( "prod " ) ]
71
+ [ TestCategory ( "Prod " ) ]
72
72
public void SerializationDictionaryStringCellTest ( )
73
73
{
74
74
var dict = new Dictionary < string , Cell > ( ) ;
@@ -104,7 +104,7 @@ public void SerializationDictionaryStringCellTest()
104
104
}
105
105
106
106
[ TestMethod ]
107
- [ TestCategory ( "prod " ) ]
107
+ [ TestCategory ( "Prod " ) ]
108
108
public void SerializationDistalDendriteArrayTest ( )
109
109
{
110
110
var cell1 = new Cell ( 12 , 14 , 16 , new CellActivity ( ) ) ;
@@ -174,7 +174,7 @@ public void Test3_1()
174
174
}
175
175
176
176
[ TestMethod ]
177
- //[TestCategory("prod ")]
177
+ //[TestCategory("Prod ")]
178
178
public void SerializationAbitraryTypeTest ( )
179
179
{
180
180
HtmSerializer serializer = new HtmSerializer ( ) ;
@@ -219,7 +219,7 @@ private class Internal
219
219
}
220
220
221
221
[ TestMethod ]
222
- [ TestCategory ( "prod " ) ]
222
+ [ TestCategory ( "Prod " ) ]
223
223
public void SerializationIntegerArrayTest ( )
224
224
{
225
225
var array = new int [ ] { 45 , 35 } ;
@@ -240,7 +240,7 @@ public void SerializationIntegerArrayTest()
240
240
}
241
241
242
242
[ TestMethod ]
243
- [ TestCategory ( "prod " ) ]
243
+ [ TestCategory ( "Prod " ) ]
244
244
public void SerializationIntegerListTest ( )
245
245
{
246
246
var array = new List < int > { 45 , 34 } ;
@@ -257,7 +257,7 @@ public void SerializationIntegerListTest()
257
257
}
258
258
259
259
[ TestMethod ]
260
- [ TestCategory ( "prod " ) ]
260
+ [ TestCategory ( "Prod " ) ]
261
261
public void SerializationIntegerListToIntegerArrayTest ( )
262
262
{
263
263
var array = new List < int > { 45 , 34 } ;
@@ -274,7 +274,7 @@ public void SerializationIntegerListToIntegerArrayTest()
274
274
}
275
275
276
276
[ TestMethod ]
277
- [ TestCategory ( "prod " ) ]
277
+ [ TestCategory ( "Prod " ) ]
278
278
public void SerializationHtmConfigTest ( )
279
279
{
280
280
int cellsPerColumnL4 = 20 ;
@@ -320,7 +320,7 @@ public void SerializationHtmConfigTest()
320
320
}
321
321
322
322
[ TestMethod ]
323
- [ TestCategory ( "prod " ) ]
323
+ [ TestCategory ( "Prod " ) ]
324
324
public void SerializationConnectionsTest ( )
325
325
{
326
326
int cellsPerColumnL4 = 20 ;
@@ -367,7 +367,7 @@ public void SerializationConnectionsTest()
367
367
}
368
368
369
369
[ TestMethod ]
370
- [ TestCategory ( "prod " ) ]
370
+ [ TestCategory ( "Prod " ) ]
371
371
public void SerializationHomeostaticPlasticityControllerTest ( )
372
372
{
373
373
int cellsPerColumnL4 = 20 ;
@@ -426,7 +426,7 @@ public void SerializationHomeostaticPlasticityControllerTest()
426
426
}
427
427
428
428
[ TestMethod ]
429
- [ TestCategory ( "prod " ) ]
429
+ [ TestCategory ( "Prod " ) ]
430
430
public void SerializationSparseObjectMatrixInSpatialPoolerMTInitializedByConnectionsTest ( )
431
431
{
432
432
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -447,7 +447,7 @@ public void SerializationSparseObjectMatrixInSpatialPoolerMTInitializedByConnect
447
447
}
448
448
449
449
[ TestMethod ]
450
- //[TestCategory("prod ")]
450
+ //[TestCategory("Prod ")]
451
451
public void SerializationHtmConfigSpatialPoolerMTInitializedByConnectionsTest ( )
452
452
{
453
453
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -468,7 +468,7 @@ public void SerializationHtmConfigSpatialPoolerMTInitializedByConnectionsTest()
468
468
}
469
469
470
470
[ TestMethod ]
471
- [ TestCategory ( "prod " ) ]
471
+ [ TestCategory ( "Prod " ) ]
472
472
public void SerializationConnectionsSpatialPoolerMTInitializedByConnectionsTest ( )
473
473
{
474
474
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -489,7 +489,7 @@ public void SerializationConnectionsSpatialPoolerMTInitializedByConnectionsTest(
489
489
}
490
490
491
491
[ TestMethod ]
492
- [ TestCategory ( "prod " ) ]
492
+ [ TestCategory ( "Prod " ) ]
493
493
public void SerializationSpatialPoolerInitialzedByConnectionsTest ( )
494
494
{
495
495
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -514,7 +514,7 @@ public void SerializationSpatialPoolerInitialzedByConnectionsTest()
514
514
}
515
515
516
516
[ TestMethod ]
517
- [ TestCategory ( "prod " ) ]
517
+ [ TestCategory ( "Prod " ) ]
518
518
public void SerializationSpatialPoolerMTInitialzedByConnectionsTest ( )
519
519
{
520
520
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -539,7 +539,7 @@ public void SerializationSpatialPoolerMTInitialzedByConnectionsTest()
539
539
}
540
540
541
541
[ TestMethod ]
542
- [ TestCategory ( "prod " ) ]
542
+ [ TestCategory ( "Prod " ) ]
543
543
public void SerializationConnectionTemporalMemoryInitializedByConnectionsTest ( )
544
544
{
545
545
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -560,7 +560,7 @@ public void SerializationConnectionTemporalMemoryInitializedByConnectionsTest()
560
560
}
561
561
562
562
[ TestMethod ]
563
- [ TestCategory ( "prod " ) ]
563
+ [ TestCategory ( "Prod " ) ]
564
564
public void SerializationTemporalMemoryInitializedByConnectionsTest ( )
565
565
{
566
566
HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -581,7 +581,7 @@ public void SerializationTemporalMemoryInitializedByConnectionsTest()
581
581
}
582
582
583
583
[ TestMethod ]
584
- [ TestCategory ( "prod " ) ]
584
+ [ TestCategory ( "Prod " ) ]
585
585
public void SerializationScalarEncoderTest ( )
586
586
{
587
587
int inputBits = 100 ;
@@ -993,7 +993,7 @@ public void RandomTest()
993
993
}
994
994
995
995
[ TestMethod ]
996
- [ TestCategory ( "prod " ) ]
996
+ [ TestCategory ( "Prod " ) ]
997
997
998
998
public void SerializeConnectionsWithActiveSegmentTest ( )
999
999
{
0 commit comments