Mercurial > repos > public > sbplib_julia
changeset 490:7e698030c170
Add todo
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 05 Nov 2020 11:46:03 +0100 |
parents | 1a7d6da3cc45 |
children | cd509e57f898 df566372bb4f 6dc6b1475563 |
files | TODO.md |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO.md Thu Nov 05 11:32:49 2020 +0100 +++ b/TODO.md Thu Nov 05 11:46:03 2020 +0100 @@ -13,6 +13,7 @@ - [ ] Fix indexing signatures. We should make sure we are not too specific. For the "inbetween" layers we don't know what type of index is coming so we should use `I...` instead of `I::Vararg{Int,R}` or probably better `I::Vararg{Any,R}` - [ ] Use `@inferred` in a lot of tests. - [ ] Make sure we are setting tolerances in tests in a consistent way + - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch ## Repo - [ ] Add Vidar to the authors list