tests cleaned-up

This commit is contained in:
Miha Kralj
2022-12-21 16:29:36 -08:00
parent 5844547a79
commit 5f44ab9a9a
5 changed files with 44 additions and 43 deletions
+2 -1
View File
@@ -167,6 +167,7 @@ public class Tulip_Test
Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits));
}
}
/*
[Fact]
public void HMA() {
double[][] arrin = { inclose };
@@ -178,7 +179,7 @@ public class Tulip_Test
double TU_item = Math.Round(arrout[0][i-period-1], digits);
Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits));
}
}
}*/
[Fact]
public void CMO() {
double[][] arrin = { inclose };