barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

[BUG] Split function changing block params #99

Open FrancescoNegri opened 1 year ago

FrancescoNegri commented 1 year ago

Bug Report

Description

Splitting animals is performed at the level of the tank. The issue is that if only one animal is to be split, nigeLab changes data also in the blocks belonging to other animals (.mat Block files), making them unusable.

Release or Branch

Commit 8b9d73108504100369749f01945c4ea3b5ecd97f of dev branch. No reasons to believe the split function worked properly in previous versions of the code.

Machine

FrancescoNegri commented 1 year ago

WORKAROUND: comment the lines shown below in nigelObj.m file

Bug99Workaround