Skip to content

Commit

Permalink
turn slow tests back on (got turned off accidentally)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccamccabe committed Dec 1, 2024
1 parent 67a06d9 commit 1e68b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% class based unit tests, as in https://www.mathworks.com/help/matlab/matlab_prog/class-based-unit-tests.html

properties (Constant)
run_slow_tests = false;
run_slow_tests = true;
slow_figs = [6 7 8];
slow_tabs = 7;
end
Expand Down

0 comments on commit 1e68b64

Please sign in to comment.