File tree Expand file tree Collapse file tree 2 files changed +111
-178
lines changed
Expand file tree Collapse file tree 2 files changed +111
-178
lines changed Original file line number Diff line number Diff line change 566566 `numpy.arange` while creating the points, one should
567567 verify that that the number of grid points are
568568 returned as expected.""" ,
569+ # weights weights
570+ "{{weights weights: `dict`}}" : """weights: `dict`
571+ A dictionary that will get updated in place with any
572+ created weights.""" ,
573+ # weights weights_axes
574+ "{{weights weights_axes: `set`}}" : """weights_axes: `set`
575+ TODOUGRID.""" ,
576+ # weights methods
577+ "{{weights methods: `bool`, optional}}" : """methods: `bool`, optional
578+ If True then add a description of the method used to
579+ create the weights to the *weights* dictionary, as
580+ opposed to the actual weights.""" ,
581+ # weights measure
582+ "{{weights measure: `bool`, optional}}" : """measure: `bool`, optional
583+ If True then make calculate weights that are actual
584+ cell sizes with approriate units.""" ,
569585 # ----------------------------------------------------------------
570586 # Method description substitutions (4 levels of indentation)
571587 # ----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments