Skip to content

Commit

Permalink
[ci] troubleshoot octave linux ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 18, 2024
1 parent 0555fb7 commit d86fee7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex1; toc; demo_vol2mesh_ex1b; demo_vol2mesh_ex1c"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_vol2mesh_ex2; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2mesh_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; disp(graphics_toolkit); graphics_toolkit('qt'); tic; demo_directplc_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_directplc_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_grayscale_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_shortcut_ex1; toc"
octave-cli --eval "addpath(pwd);cd sample; tic; demo_surf2vol_ex1; toc"
Expand Down
4 changes: 2 additions & 2 deletions sample/demo_directplc_ex1.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
[node, elem, face] = surf2mesh(no, fc, min(no), max(no), 1, 50, [0 0 1], [], 0);

plotmesh(no, fc, 'y>-0.1');
figure;
%figure;
plotmesh(node, elem, 'x>0 | y>0');
figure;
%figure;
plotmesh(node, face, 'x>0 | y>0');
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 117 files
2 changes: 1 addition & 1 deletion tools/meshfix
2 changes: 1 addition & 1 deletion tools/tetgen
Submodule tetgen updated 1 files
+1 −11 CMakeLists.txt

0 comments on commit d86fee7

Please sign in to comment.