Back to the main page.
Bug 1533 - nrpt size does not match varout size in ft_connectivityanalysis after keepchn selection
Status | CLOSED FIXED |
Reported | 2012-06-15 14:20:00 +0200 |
Modified | 2019-08-10 11:55:43 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 normal |
Assigned to: | Martin Vinck |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Martin Vinck - 2012-06-15 14:20:47 +0200
line 765 could be easily solved by if all(size(varout)==size(nrpt)) nrpt = nrpt(keepchn,:,:,:,:); end
Martin Vinck - 2012-06-15 14:22:23 +0200
added these lines and committed
Robert Oostenveld - 2019-08-10 11:51:46 +0200
This closes a whole series of bugs that have been resolved (either FIXED/WONTFIX/INVALID) for quite some time. If you disagree, please file a new issue describing the issue on https://github.com/fieldtrip/fieldtrip/issues.