Skip to content

Commit 281c707

Browse files
committed
Lint
1 parent e7f6175 commit 281c707

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/specification/metamorphic_relation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,12 @@ def execute_tests(self, data_collector: ExperimentalDataCollector):
101101
@abstractmethod
102102
def assertion(self, source_output, follow_up_output):
103103
"""An assertion that should be applied to an individual metamorphic test run."""
104-
pass
105104

106105
@abstractmethod
107106
def test_oracle(self, test_results):
108107
"""A test oracle that assert whether the MR holds or not based on ALL test results.
109108
110109
This method must raise an assertion, not return a bool."""
111-
pass
112110

113111
def __eq__(self, other):
114112
same_type = self.__class__ == other.__class__

0 commit comments

Comments
 (0)