mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
44a6cbe0f5
1 changed files with 2 additions and 0 deletions
|
@ -1153,6 +1153,8 @@ def derived_observable(func, data, **kwargs):
|
|||
|
||||
new_covobs = {name: Covobs(0, allcov[name], name, grad=new_grad[name]) for name in new_grad}
|
||||
|
||||
if not set(new_covobs.keys()).isdisjoint(new_deltas.keys()):
|
||||
raise Exception('The same name has been used for deltas and covobs!')
|
||||
new_samples = []
|
||||
new_means = []
|
||||
new_idl = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue