Skip to content

Commit a89364c

Browse files
committed
add conditional on MVTB
1 parent e9bc193 commit a89364c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_test/LocnTest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ function posegraph_test(tc)
222222
tc.verifyClass(w, 'int32');
223223
tc.verifySize(w, [3000 3000]);
224224

225+
tc.assumeTrue(exist('idisp', 'file')); %REMINDER
225226
clf
226227
pg.plot_occgrid(w);
227228
close all

0 commit comments

Comments
 (0)