comparison TODO.md @ 1017:6abbb2c6c3e4 refactor/lazy_tensors

Remove the Lazy prefix on some types
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Mar 2022 15:22:22 +0100
parents 1ba8a398af9c
children 7fc8df5157a7
comparison
equal deleted inserted replaced
1016:5c8c148c56a3 1017:6abbb2c6c3e4
10 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`) 10 - [ ] Replace getindex hack for flattening tuples with flatten_tuple. (eg. `getindex.(range_size.(L.D2),1)`)
11 - [ ] Use `@inferred` in a lot of tests. 11 - [ ] Use `@inferred` in a lot of tests.
12 - [ ] Make sure we are setting tolerances in tests in a consistent way 12 - [ ] Make sure we are setting tolerances in tests in a consistent way
13 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch 13 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch
14 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index 14 - [ ] Write down some coding guideline or checklist for code conventions. For example i,j,... for indices and I for multi-index
15 - [ ] Add boundschecking in LazyTensorApplication 15 - [ ] Add boundschecking in TensorApplication
16 - [ ] Start renaming things in LazyTensors 16 - [ ] Start renaming things in LazyTensors
17 - [ ] Clean up RegionIndices 17 - [ ] Clean up RegionIndices
18 1. [ ] Write tests for how things should work 18 1. [ ] Write tests for how things should work
19 2. [ ] Update RegionIndices accordingly 19 2. [ ] Update RegionIndices accordingly
20 3. [ ] Fix the rest of the library 20 3. [ ] Fix the rest of the library