Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ddd50
)
MDL-65656 analytics: Stop covering memory-intensive tests
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 4 Jun 2019 02:16:08 +0000
(10:16 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 4 Jun 2019 02:16:50 +0000
(10:16 +0800)
analytics/tests/prediction_test.php
patch
|
blob
|
blame
|
history
diff --git
a/analytics/tests/prediction_test.php
b/analytics/tests/prediction_test.php
index
1382c97
..
4294cad
100644
(file)
--- a/
analytics/tests/prediction_test.php
+++ b/
analytics/tests/prediction_test.php
@@
-436,6
+436,7
@@
class core_analytics_prediction_testcase extends advanced_testcase {
/**
* Basic test to check that prediction processors work as expected.
*
+ * @coversNothing
* @dataProvider provider_ml_test_evaluation_configuration
* @param string $modelquality
* @param int $ncourses
@@
-486,6
+487,7
@@
class core_analytics_prediction_testcase extends advanced_testcase {
/**
* Tests the evaluation of already trained models.
*
+ * @coversNothing
* @dataProvider provider_ml_processors
* @param string $predictionsprocessorclass
* @return null