We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ec154 commit 7d9c32fCopy full SHA for 7d9c32f
cf/subspacefield.py
@@ -144,6 +144,13 @@ class SubspaceField(mixin.Subspace):
144
locations, unless a halo has been defined (of any
145
size, including 0).
146
147
+ .. note:: Setting a halo size of `0` differs from not not
148
+ defining a halo at all. The shape of the
149
+ returned field will always be the same, but in
150
+ the former case missing data will not be
151
+ inserted at unselected locations (if any) within
152
+ the output domain.
153
+
154
In addition, an extra positional argument of ``'test'`` is
155
allowed. When provided, the subspace is not returned,
156
instead `True` or `False` is returned depending on whether
0 commit comments