indents fixed

This commit is contained in:
Fabian Joswig 2021-10-12 10:17:58 +01:00
parent 311b0bf91a
commit 66c443fd63
2 changed files with 3 additions and 2 deletions

View file

@ -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