@@ -31,7 +31,7 @@ public void TestInit()
3131 }
3232
3333 [ TestMethod ]
34- [ TestCategory ( "prod " ) ]
34+ [ TestCategory ( "Prod " ) ]
3535 public void SerializationCellArrayTest ( )
3636 {
3737 HtmSerializer serializer = new HtmSerializer ( ) ;
@@ -68,7 +68,7 @@ public void Test1()
6868
6969 }
7070 [ TestMethod ]
71- [ TestCategory ( "prod " ) ]
71+ [ TestCategory ( "Prod " ) ]
7272 public void SerializationDictionaryStringCellTest ( )
7373 {
7474 var dict = new Dictionary < string , Cell > ( ) ;
@@ -104,7 +104,7 @@ public void SerializationDictionaryStringCellTest()
104104 }
105105
106106 [ TestMethod ]
107- [ TestCategory ( "prod " ) ]
107+ [ TestCategory ( "Prod " ) ]
108108 public void SerializationDistalDendriteArrayTest ( )
109109 {
110110 var cell1 = new Cell ( 12 , 14 , 16 , new CellActivity ( ) ) ;
@@ -174,7 +174,7 @@ public void Test3_1()
174174 }
175175
176176 [ TestMethod ]
177- //[TestCategory("prod ")]
177+ //[TestCategory("Prod ")]
178178 public void SerializationAbitraryTypeTest ( )
179179 {
180180 HtmSerializer serializer = new HtmSerializer ( ) ;
@@ -219,7 +219,7 @@ private class Internal
219219 }
220220
221221 [ TestMethod ]
222- [ TestCategory ( "prod " ) ]
222+ [ TestCategory ( "Prod " ) ]
223223 public void SerializationIntegerArrayTest ( )
224224 {
225225 var array = new int [ ] { 45 , 35 } ;
@@ -240,7 +240,7 @@ public void SerializationIntegerArrayTest()
240240 }
241241
242242 [ TestMethod ]
243- [ TestCategory ( "prod " ) ]
243+ [ TestCategory ( "Prod " ) ]
244244 public void SerializationIntegerListTest ( )
245245 {
246246 var array = new List < int > { 45 , 34 } ;
@@ -257,7 +257,7 @@ public void SerializationIntegerListTest()
257257 }
258258
259259 [ TestMethod ]
260- [ TestCategory ( "prod " ) ]
260+ [ TestCategory ( "Prod " ) ]
261261 public void SerializationIntegerListToIntegerArrayTest ( )
262262 {
263263 var array = new List < int > { 45 , 34 } ;
@@ -274,7 +274,7 @@ public void SerializationIntegerListToIntegerArrayTest()
274274 }
275275
276276 [ TestMethod ]
277- [ TestCategory ( "prod " ) ]
277+ [ TestCategory ( "Prod " ) ]
278278 public void SerializationHtmConfigTest ( )
279279 {
280280 int cellsPerColumnL4 = 20 ;
@@ -320,7 +320,7 @@ public void SerializationHtmConfigTest()
320320 }
321321
322322 [ TestMethod ]
323- [ TestCategory ( "prod " ) ]
323+ [ TestCategory ( "Prod " ) ]
324324 public void SerializationConnectionsTest ( )
325325 {
326326 int cellsPerColumnL4 = 20 ;
@@ -367,7 +367,7 @@ public void SerializationConnectionsTest()
367367 }
368368
369369 [ TestMethod ]
370- [ TestCategory ( "prod " ) ]
370+ [ TestCategory ( "Prod " ) ]
371371 public void SerializationHomeostaticPlasticityControllerTest ( )
372372 {
373373 int cellsPerColumnL4 = 20 ;
@@ -426,7 +426,7 @@ public void SerializationHomeostaticPlasticityControllerTest()
426426 }
427427
428428 [ TestMethod ]
429- [ TestCategory ( "prod " ) ]
429+ [ TestCategory ( "Prod " ) ]
430430 public void SerializationSparseObjectMatrixInSpatialPoolerMTInitializedByConnectionsTest ( )
431431 {
432432 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -447,7 +447,7 @@ public void SerializationSparseObjectMatrixInSpatialPoolerMTInitializedByConnect
447447 }
448448
449449 [ TestMethod ]
450- //[TestCategory("prod ")]
450+ //[TestCategory("Prod ")]
451451 public void SerializationHtmConfigSpatialPoolerMTInitializedByConnectionsTest ( )
452452 {
453453 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -468,7 +468,7 @@ public void SerializationHtmConfigSpatialPoolerMTInitializedByConnectionsTest()
468468 }
469469
470470 [ TestMethod ]
471- [ TestCategory ( "prod " ) ]
471+ [ TestCategory ( "Prod " ) ]
472472 public void SerializationConnectionsSpatialPoolerMTInitializedByConnectionsTest ( )
473473 {
474474 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -489,7 +489,7 @@ public void SerializationConnectionsSpatialPoolerMTInitializedByConnectionsTest(
489489 }
490490
491491 [ TestMethod ]
492- [ TestCategory ( "prod " ) ]
492+ [ TestCategory ( "Prod " ) ]
493493 public void SerializationSpatialPoolerInitialzedByConnectionsTest ( )
494494 {
495495 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -514,7 +514,7 @@ public void SerializationSpatialPoolerInitialzedByConnectionsTest()
514514 }
515515
516516 [ TestMethod ]
517- [ TestCategory ( "prod " ) ]
517+ [ TestCategory ( "Prod " ) ]
518518 public void SerializationSpatialPoolerMTInitialzedByConnectionsTest ( )
519519 {
520520 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -539,7 +539,7 @@ public void SerializationSpatialPoolerMTInitialzedByConnectionsTest()
539539 }
540540
541541 [ TestMethod ]
542- [ TestCategory ( "prod " ) ]
542+ [ TestCategory ( "Prod " ) ]
543543 public void SerializationConnectionTemporalMemoryInitializedByConnectionsTest ( )
544544 {
545545 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -560,7 +560,7 @@ public void SerializationConnectionTemporalMemoryInitializedByConnectionsTest()
560560 }
561561
562562 [ TestMethod ]
563- [ TestCategory ( "prod " ) ]
563+ [ TestCategory ( "Prod " ) ]
564564 public void SerializationTemporalMemoryInitializedByConnectionsTest ( )
565565 {
566566 HtmConfig htmConfig = SetupHtmConfigParameters ( ) ;
@@ -581,7 +581,7 @@ public void SerializationTemporalMemoryInitializedByConnectionsTest()
581581 }
582582
583583 [ TestMethod ]
584- [ TestCategory ( "prod " ) ]
584+ [ TestCategory ( "Prod " ) ]
585585 public void SerializationScalarEncoderTest ( )
586586 {
587587 int inputBits = 100 ;
@@ -993,7 +993,7 @@ public void RandomTest()
993993 }
994994
995995 [ TestMethod ]
996- [ TestCategory ( "prod " ) ]
996+ [ TestCategory ( "Prod " ) ]
997997
998998 public void SerializeConnectionsWithActiveSegmentTest ( )
999999 {
0 commit comments