marking/drumb_test1.scala
author Christian Urban <urbanc@in.tum.de>
Tue, 22 Jan 2019 12:53:05 +0000
changeset 258 41c4f7d85f59
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