Add comments.
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-11 11:22:16 -04:00
parent 2923971656
commit 7e638cca05

View File

@@ -189,6 +189,7 @@ public class MarketDataUnitTestClass
/// <summary>
/// CNNGenerateOutputFileBollingerWithVIX - This generates the new bollinger band with VIX 224x224 image with 90 days of history
/// Note that output goes in "/home/pi/ARM64/MarketDataUnitTests/TestResults"
/// You should visually inspect this imnage to make sure that it looks good.
/// </summary>
[TestMethod]
public void CNNGenerateOutputFileBollingerWithVIX()
@@ -220,6 +221,7 @@ public class MarketDataUnitTestClass
/// <summary>
/// CNNGenerateOutputFileBollinger - This generates the legacy bollinger band 128x128 image with 270 days of history
/// Note that output goes in "/home/pi/ARM64/MarketDataUnitTests/TestResults"
/// You should visually inspect this imnage to make sure that it looks good.
/// </summary>
[TestMethod]
public void CNNGenerateOutputFileBollinger()