We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6d9379 + 2117739 commit 5fdd558Copy full SHA for 5fdd558
src/easyscience/Datasets/xarray.py
@@ -281,7 +281,7 @@ def sigma_generator(
281
282
:param variable_label: Name of the DataArray to perform the calculation on
283
:type variable_label: str
284
- :param sigma_func: Function to generate the sigmas. Must be of the form f(x) and return an array of the same shape as the input. Default sqrt(\|x\|)
+ :param sigma_func: Function to generate the sigmas. Must be of the form f(x) and return an array of the same shape as the input. Default sqrt(\\|x\\|)
285
:type sigma_func: Callable
286
:param label_prefix: What prefix should be used to designate a sigma DataArray from a data DataArray
287
:type label_prefix: str
src/easyscience/__version__.py
@@ -1 +1 @@
1
-__version__ = '1.2.0'
+__version__ = '1.2.1'
0 commit comments