Commit 1293451
authored
Bound Check: Better Msg (#890)
Make the message more readable.
Before:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): Chunk does not reside inside dataset (Dimension on index 1 - DS: 1 - Chunk: 1024)
```
After:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): Chunk does not reside inside dataset (Dimension on index 1. DS: 1 - Chunk: 1024)
```1 parent d493a73 commit 1293451
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments