mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
formatting fixed
This commit is contained in:
parent
369ee0a324
commit
0cea84a9c1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Obs:
|
|||
if 'means' in kwargs:
|
||||
if len(samples) != len(kwargs.get('means')):
|
||||
raise Exception('Length of samples and means incompatible.')
|
||||
for name, sample, mean in sorted(zip(names, samples, kwargs.get('means'))):
|
||||
for name, sample, mean in sorted(zip(names, samples, kwargs.get('means'))):
|
||||
self.shape[name] = np.size(sample)
|
||||
self.r_values[name] = mean
|
||||
self.deltas[name] = sample
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue