testing/drumb.scala
changeset 138 7415ff9c91f4
parent 135 077e63e96287
--- a/testing/drumb.scala	Thu Nov 09 16:04:31 2017 +0000
+++ b/testing/drumb.scala	Thu Nov 09 16:21:01 2017 +0000
@@ -106,8 +106,8 @@
 
 //test cases for the two portfolios given above
 
-//println("Real data: " + investment(rstate_portfolio, 1978 to 2017, 100))
-//println("Blue data: " + investment(blchip_portfolio, 1978 to 2017, 100))
+println("Real data: " + investment(rstate_portfolio, 1978 to 2017, 100))
+println("Blue data: " + investment(blchip_portfolio, 1978 to 2017, 100))
 
 
 }