marking/drumb_test1.scala
author pdated
Sat, 16 Jun 2018 20:54:58 +0100
changeset 184 19b1e01054f6
parent 169 8a1bd8ddb96c
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
81
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
169
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     2
assert(get_prices(List("BIDU"), 2004 to 2008) == List(List(None), List(None), 
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     3
                                                      List(Some(6.35)), List(Some(12.241)), 
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     4
                                                      List(Some(38.188))))
81
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6