changeset 550:dfcf0e506ba9 refactor/tensor_index_coupling

Merge
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 29 Nov 2020 12:57:15 +0100
parents ace46ca8513f (diff) 9330338d6ab5 (current diff)
children 11637080e409
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.md	Sat Nov 28 17:07:15 2020 +0100
+++ b/TODO.md	Sun Nov 29 12:57:15 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