Mercurial > repos > public > sbplib_julia
diff TODO.md @ 562:8f7919a9b398 feature/boundary_ops
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 30 Nov 2020 18:30:24 +0100 |
parents | ace46ca8513f |
children | 8f9b3eac128a |
line wrap: on
line diff
--- a/TODO.md Thu Nov 26 09:03:54 2020 +0100 +++ b/TODO.md Mon Nov 30 18:30:24 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