marking1/drumb_test3.scala
author Christian Urban <urbanc@in.tum.de>
Tue, 22 Jan 2019 12:53:05 +0000
changeset 258 41c4f7d85f59
parent 210 34f935e13bdd
child 268 d20583497c5b
permissions -rw-r--r--
updated
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))))