Skip to content

Commit

Permalink
ML-528 Add "#ONWARNING(30004, ignore)" to test cases in LearningTree …
Browse files Browse the repository at this point in the history
…bundle.

Add "#ONWARNING(30004, ignore);" to avoid warning for execute time skew into
  - ClassificationTestModified.ecl
  - RegressionTestModified.ecl

Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Apr 18, 2024
1 parent bc09c8b commit d809cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecl/ClassificationTestModified.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
limitations under the License.
############################################################################## */

#ONWARNING(30004, ignore); // Do not report execute time skew warning
#ONWARNING(2007, ignore);
#ONWARNING(4531, ignore);
#ONWARNING(4550, ignore);
Expand Down
1 change: 1 addition & 0 deletions ecl/RegressionTestModified.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
limitations under the License.
############################################################################## */

#ONWARNING(30004, ignore); // Do not report execute time skew warning
#ONWARNING(4550, ignore);

// Modified version of the testCovTypeReg test file that works with the
Expand Down

0 comments on commit d809cec

Please sign in to comment.