changeset 1821:a57cd6fa4ecb feature/jet_aqua

Add todo
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Oct 2024 21:42:53 +0200
parents bddcae938ded
children 1a8d80a62056
files src/Grids/mapped_grid.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl	Fri Oct 18 21:41:55 2024 +0200
+++ b/src/Grids/mapped_grid.jl	Fri Oct 18 21:42:53 2024 +0200
@@ -92,7 +92,7 @@
     )
 end
 
-
+# TODO: Make sure all methods of `mapped_grid` are implemented correctly and tested.
 """
     mapped_grid(x, J, size::Vararg{Int})