CNC执行逻辑的开发,点击运行,停止
This commit is contained in:
@@ -192,8 +192,8 @@ namespace XplorePlane.Tests.Pipeline
|
||||
{
|
||||
var m1 = BuildModel("P1", "Blur");
|
||||
var m2 = BuildModel("P2", "Sharpen");
|
||||
await _svc.SaveAsync(m1, Path.Combine(_tempDir, "p1.pipeline.json"));
|
||||
await _svc.SaveAsync(m2, Path.Combine(_tempDir, "p2.pipeline.json"));
|
||||
await _svc.SaveAsync(m1, Path.Combine(_tempDir, "p1.xpm"));
|
||||
await _svc.SaveAsync(m2, Path.Combine(_tempDir, "p2.xpm"));
|
||||
|
||||
var result = await _svc.LoadAllAsync(_tempDir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user