Mercurial > repos > public > sbplib_julia
changeset 805:3881386f25e6 operator_storage_array_of_table
Add some todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 15 Sep 2021 21:39:47 +0200 |
parents | 98e0e0f3c5a8 |
children | 9479c03f413b |
files | src/SbpOperators/readoperator.jl |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/readoperator.jl Tue Jul 27 21:37:16 2021 +0200 +++ b/src/SbpOperators/readoperator.jl Wed Sep 15 21:39:47 2021 +0200 @@ -28,6 +28,11 @@ # Vidar: What about get_stencil instead of parse_stencil for an already parsed # toml. It matches get_stencil_set. +# TODO: Docs for readoperator.jl + # Parsing as rationals is intentional, allows preserving exactness, which can be lowered using converts or promotions later. +# TODO: readoperator.jl file name? +# TODO: Remove references to toml for dict-input arguments + """ read_stencil_set(fn; filters)