diff -r d59c7995bcb2 -r 54befaf23648 testing1/drumb_test6.scala --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing1/drumb_test6.scala Thu Nov 08 23:42:03 2018 +0000 @@ -0,0 +1,21 @@ +//println("starting test now") + +/* +import scala.concurrent._ +import scala.concurrent.duration._ +import ExecutionContext.Implicits.global +import scala.language.postfixOps + +val urban_prices = List(List(Some(71.539941), None), + List(Some(76.974614), None), + List(Some(65.226685), Some(6.35)), + List(Some(78.354649), Some(12.241)), + List(Some(85.517645), Some(38.188))) + + +val urban_prices = List(List(Some(311.349976), Some(27.505054)), + List(Some(300.222351), Some(42.357094)), + List(Some(330.555054), Some(52.852215))) + +assert(get_deltas(urban_prices) == List(List(Some(-0.03573992567129673), Some(0.5399749442411563)), + List(Some(0.10103412653643493), Some(0.2477771728154912))))