Mercurial > repos > public > sbplib_julia
diff TODO.md @ 498:5a600ec40ccc feature/outer_product
Merge in default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 05 Nov 2020 15:27:04 +0100 |
parents | 7e698030c170 |
children | 011ca1639153 |
line wrap: on
line diff
--- a/TODO.md Thu Nov 05 12:48:30 2020 +0100 +++ b/TODO.md Thu Nov 05 15:27:04 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