barbaLab / nigeLab

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

hotfix #85

Closed Nabarb closed 4 years ago

Nabarb commented 4 years ago

hotfix: fixed a bug in nigelObj.updatePaths. Now it checks Mask before attempting to get the files paths in order not to check empty channels and throwing related errors.

Also, removed a line in the sort FeaturesUI that was causing the 3d plot to reset every time spikes were moved around.

Sometimes I wonder if my comments make sense to anyone.

Nabarb commented 4 years ago

The first bugfix deals with a niche situation where an error was thrown when a block with some disabled channels was moved to a new location and therefore updatePaths was called eventually.

Nabarb commented 4 years ago

Fixing a second bug related to this. I will update this pull request soon.

Nabarb commented 4 years ago

Should be ok to merge now.