Skip to content

Commit

Permalink
remove orphan setting
Browse files Browse the repository at this point in the history
  • Loading branch information
raacampbell committed May 20, 2024
1 parent c95fc0d commit 4233807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ NOTE: the version number of the software is taken from the last version number i

## Version History

2024/05/20 v1.0.3
* Out of bounds stimulus index causes an error. In v1.0.2 it would just carry on
gracefully, which is unwise. Thanks to Peter V for pointing that out.
* Remove setting "experiment.maxStimPointsPerCondition" that was not being used by anything.


2024/05/20 v1.0.2
* Minor: Produces a CLI warning message if sendSamples is called with a non-existent
condition number.
condition number. This helps particularly for diagnosing issues over TCP/IP.
* BUGFIX: NI DAQ no longer requires DAQ IDs (names) to start with a "D".
* The stimulus locations selected by the dropdown menu for interactive zapping are
now highlighted.
Expand Down
3 changes: 0 additions & 3 deletions zapit/+zapit/+settings/default_settings.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
settings.experiment.offRampDownDuration_ms = 250;
setTests.experiment.offRampDownDuration_ms = {@check_isnumeric, @check_isscalar};

settings.experiment.maxStimPointsPerCondition = 2;
setTests.experiment.maxStimPointsPerCondition = {@check_isnumeric, @check_isscalar};

% The following settings should provide minimum blanking time for Saturn 5 scanners
% ThorLabs scanners are slower and will need larger numbers.
settings.experiment.blankingTime_ms = 0.3;
Expand Down

0 comments on commit 4233807

Please sign in to comment.