mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
derived_observable cleaned up
This commit is contained in:
parent
09b2525d29
commit
526dceef1c
1 changed files with 0 additions and 1 deletions
|
@ -751,7 +751,6 @@ def derived_observable(func, data, **kwargs):
|
|||
|
||||
n_obs = len(raveled_data)
|
||||
new_names = sorted(set([y for x in [o.names for o in raveled_data] for y in x]))
|
||||
replicas = len(new_names)
|
||||
|
||||
new_shape = {}
|
||||
for i_data in raveled_data:
|
||||
|
|
Loading…
Add table
Reference in a new issue