feat: When initializing 1d correlators it is now checked whether all obs

are defined on the same ensembles.
This commit is contained in:
Fabian Joswig 2022-01-19 11:03:45 +00:00
parent 78ff4bb117
commit c3ba07280b
3 changed files with 20 additions and 5 deletions

View file

@ -85,4 +85,3 @@ def _assert_equal_properties(ol, otype=Obs):
raise Exception("All Obs in list have to be defined on the same set of configs.")
if not ol[0].idl == o.idl:
raise Exception("All Obs in list have to be defined on the same set of configurations.")