clearer message
This commit is contained in:
parent
20e056e26a
commit
05541736a6
|
@ -191,7 +191,7 @@ class Result:
|
|||
|
||||
"""
|
||||
if increments is not None and times is not None:
|
||||
raise ValueError('cannot use "increments" and "times" at the same time to change view')
|
||||
raise ValueError('"increments" and "times" are mutually exclusive')
|
||||
|
||||
dup = self.copy()
|
||||
for what,datasets in zip(['increments','times','phases','homogenizations','fields'],
|
||||
|
|
Loading…
Reference in New Issue