Mercurial > repos > public > sbplib_julia
diff TODO.md @ 549:ace46ca8513f refactor/tensor_index_coupling
Remove completed todo
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 27 Nov 2020 17:53:26 +0100 |
parents | 011ca1639153 |
children | 8f9b3eac128a |
line wrap: on
line diff
--- a/TODO.md Fri Nov 27 12:02:47 2020 +0100 +++ b/TODO.md Fri Nov 27 17:53:26 2020 +0100 @@ -10,7 +10,6 @@ - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation. - [ ] Add a quick and simple way of running all tests for all subpackages. - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. - - [ ] 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