[Fix] Clean up merge conflict

This commit is contained in:
Fabian Joswig 2025-05-05 19:14:33 +02:00
parent 6d80efd388
commit f594e0632a

View file

@ -1788,7 +1788,6 @@ def import_bootstrap(boots: ndarray, name: str, random_numbers: ndarray) -> Obs:
return ret return ret
<<<<<<< HEAD
def merge_obs(list_of_obs: list[Obs]) -> Obs: def merge_obs(list_of_obs: list[Obs]) -> Obs:
"""Combine all observables in list_of_obs into one new observable. """Combine all observables in list_of_obs into one new observable.
This allows to merge Obs that have been computed on multiple replica This allows to merge Obs that have been computed on multiple replica