marking/drumb_test1.scala
author Christian Urban <urbanc@in.tum.de>
Thu, 15 Nov 2018 14:23:55 +0000
changeset 203 eb188f9ac038
parent 169 b37052895281
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
b37052895281 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), 
b37052895281 updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     3
                                                      List(Some(6.35)), List(Some(12.241)), 
b37052895281 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