mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
indents fixed
This commit is contained in:
parent
311b0bf91a
commit
66c443fd63
2 changed files with 3 additions and 2 deletions
|
@ -1064,6 +1064,7 @@ def load_object(path):
|
|||
with open(path, 'rb') as file:
|
||||
return pickle.load(file)
|
||||
|
||||
|
||||
def merge_obs(list_of_obs):
|
||||
"""Combine all observables in list_of_obs into one new observable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue