mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
feat: When initializing 1d correlators it is now checked whether all obs
are defined on the same ensembles.
This commit is contained in:
parent
78ff4bb117
commit
c3ba07280b
3 changed files with 20 additions and 5 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue