Skip to content

Commit bc33156

Browse files
committed
-Bpod.m: Disabled automatic calibration report. Many users do not use valves, so this should be a system setting that can be enabled by the user (perhaps via a checkbox in the calibration UI)
1 parent c5e7ab0 commit bc33156

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Bpod.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ function emulator_setup(varargin)
127127
BpodSystem.Status.Initialized = true;
128128
evalin('base', 'global BpodSystem')
129129

130-
BpodLib.calibration.liquid.io.report(BpodSystem.CalibrationTables.LiquidCal)
130+
% Todo: Add a system setting to enable calibration reports on startup.
131+
% If enabled, run the following line:
132+
% BpodLib.calibration.liquid.io.report(BpodSystem.CalibrationTables.LiquidCal)
133+
131134
BpodLib.path.verifyPathing(BpodSystem);
132135

133136
function emulator_dialog

0 commit comments

Comments
 (0)