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 5c5e1ab commit 0ffa99bCopy full SHA for 0ffa99b
news/muD.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* no news added - minor edits in mud_calculator.py
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
src/diffpy/labpdfproc/mud_calculator.py
@@ -91,12 +91,12 @@ def compute_mud(filepath):
91
92
Parameters
93
----------
94
- filepath: str
+ filepath : str
95
The path to the z-scan file.
96
97
Returns
98
-------
99
- mu*D: float
+ mu*D : float
100
The best-fit mu*D value.
101
"""
102
x_data, I_data = loadData(filepath, unpack=True)
0 commit comments