marking1/drumb_test3.scala
author Christian Urban <urbanc@in.tum.de>
Wed, 02 Jan 2019 22:01:20 +0000
changeset 252 f5948104eef5
parent 210 34f935e13bdd
child 268 d20583497c5b
permissions -rw-r--r--
added stub for cws dates
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))))