mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-19 04:58:41 +00:00
fix tests
This commit is contained in:
parent
624d6b517e
commit
ae6391ecf8
|
|
@ -17,7 +17,7 @@ namespace phpOMS\tests\Algorithm\Clustering;
|
|||
use phpOMS\Algorithm\Clustering\Kmeans;
|
||||
use phpOMS\Algorithm\Clustering\Point;
|
||||
|
||||
include __DIR__ . '/../../Autoloader.php';
|
||||
include_once __DIR__ . '/../../Autoloader.php';
|
||||
|
||||
/**
|
||||
* @testdox phpOMS\tests\Algorithm\Clustering\KmeansTest: Clustering points/elements with the K-means algorithm
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user