Guard rotation staging paths
This commit is contained in:
@@ -2344,6 +2344,15 @@ assert.match(
|
||||
);
|
||||
|
||||
const rotationG53Path = writeInterpRegressionFile("rotation/g53", "g53.ngc");
|
||||
assert.deepEqual(
|
||||
[
|
||||
rotationAbsPtsPath,
|
||||
rotationG28Path,
|
||||
rotationG53Path,
|
||||
],
|
||||
rotationRegressionFiles.map((file) => `/work/interp/rotation/${file}`),
|
||||
"interp rotation staging manifest drift",
|
||||
);
|
||||
const rotationG53Output = interp.runFile(rotationG53Path);
|
||||
verifyExpectedOutput(
|
||||
"interp_rotation_g53_wasm",
|
||||
|
||||
Reference in New Issue
Block a user