Skip to content

Commit 6b095c5

Browse files
Jacobluke-JAnns98
authored andcommitted
Remove checking for proportional and delta2
1 parent f80a491 commit 6b095c5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dabest/_dabest_object.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,6 @@ def _check_errors(self, x, y, idx, experiment, experiment_label, x1_level):
501501
error_msg = "If `delta2` is True. `x` parameter cannot be None. String or list expected"
502502
raise ValueError(error_msg)
503503

504-
if self.__proportional:
505-
err0 = "`proportional` and `delta2` cannot be True at the same time."
506-
raise ValueError(err0)
507504

508505
# idx should not be specified
509506
if idx:

0 commit comments

Comments
 (0)