Skip to content

Commit 4f6db34

Browse files
committed
fix typo docs opts.spread_sort; fixes #474
1 parent e368ca5 commit 4f6db34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ automatically from call to call in the same executable (incidentally, also in th
140140
* ``spread_sort=2`` : uses a heuristic to decide whether to sort or not.
141141

142142
The heuristic bakes in empirical findings such as: generally it is not worth sorting in 1D type 2 transforms, or when the number of nonuniform points is small.
143-
Do not change this from its default unless you obsever.
143+
Feel free to try experimenting here; if you have highly-structured nonuniform point ordering (such as coming from polar-grid or propeller-type MRI k-points) it may be advantageous not to sort.
144144

145145
**spread_kerevalmeth**: Kernel evaluation method in spreader/interpolator.
146146
This should not be changed from its default value, unless you are an

0 commit comments

Comments
 (0)