Back to the main page.
Bug 3311 - Commit aa3e7f2 seems to break the function ft_preproc_polyremoval.m
| Status | CLOSED FIXED |
| Reported | 2017-06-14 12:17:00 +0200 |
| Modified | 2019-08-10 12:42:04 +0200 |
| Product: | FieldTrip |
| Component: | preproc |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P5 normal |
| Assigned to: | |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Ivan - 2017-06-14 12:17:59 +0200
In commit aa3e7f2 the line 62 in file ft_preproc_polyremoval.m was deleted: typ = class(dat); It seems like now the function cannot be executed because nothing can be returned on the line 93: dat = cast(dat, typ);
Jan-Mathijs Schoffelen - 2017-06-20 11:37:59 +0200
As far as I can see, this has now been fixed with commit 04629a5. Sorry for the inconvenience.
Robert Oostenveld - 2019-08-10 12:35:48 +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 on https://github.com/fieldtrip/fieldtrip/issues.