We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421bc81 commit 78b3edaCopy full SHA for 78b3eda
src/AI-DataImputers/AIConstantImputerStrategy.class.st
@@ -40,5 +40,6 @@ AIConstantImputerStrategy >> fit: aCollection [
40
AIConstantImputerStrategy >> getValuesFrom: aCollection [
41
"#fit: does not need it here."
42
43
+ <ignoreForCoverage>
44
self shouldNotImplement
45
]
0 commit comments