Skip to content

Commit 98ac3f7

Browse files
author
jakebeal
committed
fix checkpointing so that graphics off continues to be respected during tests
1 parent ba9a963 commit 98ac3f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template_colormodel/bead_comparison.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TASBEConfig.checkpoint('init');
1+
TASBEConfig.checkpoint(TASBEConfig.checkpoints());
22

33
stem0312 = '../example_controls/2012-03-12_';
44

template_colormodel/make_color_model.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TASBEConfig.checkpoint('init');
1+
TASBEConfig.checkpoint(TASBEConfig.checkpoints());
22

33
stem0312 = '../example_controls/2012-03-12_';
44

0 commit comments

Comments
 (0)