Is this intended? Surely it should be clamped to [1 ... base^R], no? ```julia-repl julia> using QuanticsGrids julia> grid = DiscretizedGrid(2, 0.0, 1.0) DiscretizedGrid{1}(2, (0.0,), (1.0,), 2, :fused, false) julia> origcoord_to_grididx(grid, 0.9) 5 ```
Is this intended? Surely it should be clamped to [1 ... base^R], no?