comparison TODO.md @ 1023:52f07c77299d refactor/sbpoperators/inflation

Merge refactor/lazy_tensors
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Mar 2022 09:51:07 +0100
parents 1ba8a398af9c
children 6abbb2c6c3e4
comparison
equal deleted inserted replaced
1022:bbbc31953367 1023:52f07c77299d
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 TensorMappingApplication 15 - [ ] Add boundschecking in LazyTensorApplication
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