diff -r 53c769a78a1e -r 7415ff9c91f4 testing/drumb.scala --- 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)) }