remove whitespace

This commit is contained in:
Michele Guerini Rocco 2018-03-18 18:00:27 +00:00
parent 89b5b43d1f
commit 82145a1951
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

2
lab.py
View File

@ -91,7 +91,7 @@ class sample(np.ndarray):
self.var = np.var(obj, ddof=1)
self.std = np.sqrt(self.var)
self.stdm = self.std / np.sqrt(self.n)
def val(self):
"""
Gives the measure at standard 68% CL as an uncertain float (X, S/n)