marking1/drumb_test3.scala
author Christian Urban <urbanc@in.tum.de>
Sat, 15 Dec 2018 23:58:12 +0000
changeset 248 e8d966b1826d
parent 210 34f935e13bdd
child 268 d20583497c5b
permissions -rw-r--r--
updared
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
210
34f935e13bdd updated
Christian Urban <urbanc@in.tum.de>
parents: 169
diff changeset
     1
assert(get_prices(List("GOOG", "AAPL"), 2010 to 2012) ==
34f935e13bdd updated
Christian Urban <urbanc@in.tum.de>
parents: 169
diff changeset
     2
    List(List(Some(311.349976), Some(20.544939)), 
34f935e13bdd updated
Christian Urban <urbanc@in.tum.de>
parents: 169
diff changeset
     3
         List(Some(300.222351), Some(31.638695)), 
34f935e13bdd updated
Christian Urban <urbanc@in.tum.de>
parents: 169
diff changeset
     4
         List(Some(330.555054), Some(39.478039))))