config test scripts

This commit is contained in:
この中二病に爆焔を! 2024-01-25 11:34:44 +08:00
parent cdf6efb2f2
commit e4fc923d07
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
require(Darwinism);
let testdata = read.csv("\\192.168.1.254\backup3\项目以外内容\2024\动物器官3D重建测试\test3.0\test20240115\tmp\workflow_tmp\spatial_embedding\umap3.csv",
row.names = 1, check.names = FALSE);
print(testdata, max.print = 6);
# set number of host process for run IPC parallel
Environment::set_threads(12);
# calculate T2 for canopy method
const T2 = Math::average_distance(testdata);
print(T2);