Mercurial > repos > public > sbplib_julia
comparison TODO.md @ 498:5a600ec40ccc feature/outer_product
Merge in default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 05 Nov 2020 15:27:04 +0100 |
parents | 7e698030c170 |
children | 011ca1639153 |
comparison
equal
deleted
inserted
replaced
491:2dc2eac27f75 | 498:5a600ec40ccc |
---|---|
11 - [ ] Add a quick and simple way of running all tests for all subpackages. | 11 - [ ] Add a quick and simple way of running all tests for all subpackages. |
12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. | 12 - [ ] Replace getindex hack for flatteing tuples with flatten_tuple. |
13 - [ ] 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}` | 13 - [ ] 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}` |
14 - [ ] Use `@inferred` in a lot of tests. | 14 - [ ] Use `@inferred` in a lot of tests. |
15 - [ ] Make sure we are setting tolerances in tests in a consistent way | 15 - [ ] Make sure we are setting tolerances in tests in a consistent way |
16 - [ ] Add check for correct domain sizes to lazy tensor operations using SizeMismatch | |
16 | 17 |
17 ## Repo | 18 ## Repo |
18 - [ ] Add Vidar to the authors list | 19 - [ ] Add Vidar to the authors list |
19 - [ ] Rename repo to Sbplib.jl | 20 - [ ] Rename repo to Sbplib.jl |
20 | 21 |