equal
deleted
inserted
replaced
12 val ds_urban = List(List(Some(-0.03573991804411003), Some(0.539974575389325)), |
12 val ds_urban = List(List(Some(-0.03573991804411003), Some(0.539974575389325)), |
13 List(Some(0.10103414222249969), Some(0.24777764141006836))) |
13 List(Some(0.10103414222249969), Some(0.24777764141006836))) |
14 |
14 |
15 |
15 |
16 |
16 |
17 assert(CW6b.yearly_yield(ds_urban, 100, 0) == 125) |
17 assert(M1.yearly_yield(ds_urban, 100, 0) == 125) |
18 assert(CW6b.yearly_yield(ds_urban, 100, 1) == 117) |
18 assert(M1.yearly_yield(ds_urban, 100, 1) == 117) |