Mercurial > repos > public > sbplib_julia
diff TODO.md @ 556:37a81dad36b9
Merge refactor/tensor_index_coupling
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 29 Nov 2020 21:18:45 +0100 |
parents | ace46ca8513f |
children | 8f9b3eac128a |
line wrap: on
line diff
--- a/TODO.md Thu Nov 26 17:53:40 2020 +0100 +++ b/TODO.md Sun Nov 29 21:18:45 2020 +0100 @@ -10,10 +10,10 @@ - [ ] 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 + - [ ] Write down some coding guideline or checklist for code convetions. For example i,j,... för indecies and I for multi-index ## Repo - [ ] Add Vidar to the authors list