Back to the main page.
Bug 909 - test_ft_preprocessing fails on plexon data
Status | CLOSED FIXED |
Reported | 2011-08-30 14:54:00 +0200 |
Modified | 2011-09-14 14:33:48 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jan-Mathijs Schoffelen - 2011-08-30 14:54:16 +0200
try cd ~/matlab/fieldtrip/test datainfo = test_datasets test_ft_preprocessing(datainfo(19));
Jan-Mathijs Schoffelen - 2011-08-30 14:55:43 +0200
i.e. comparing the file on disk they are not identical. This also goes for test_ft_timelockanalysis (while the raw data structure is loaded from disk, so the input should be identical for the comparison)
Jan-Mathijs Schoffelen - 2011-09-07 15:35:20 +0200
there seems to be a feature in the plexon data in that the first trial contains NaNs for some of the channels (but not in all time points). replacing the isequal in the testscript with isequalwithequalnans fixes the crash. Outputs are identical upon this comparison