Commit e7d59c6
authored
Don't include footer row in example values during mapping (#305)
Currently during mapping we identify the data range to select some
examples from, but the call that is made expects an inclusive range, and
we want an exclusive one. Due to the lack of options wrt range types we
instead just decrement the range we want to retrieve.
We may want to consider having different range types to avoid having to
add/subtract one based on requirements, and perhaps make
iteration and calculations easier1 parent a663c94 commit e7d59c6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| |||
0 commit comments