Back to the main page.

Bug 1862 - remove and recompute all latest test data

Status CLOSED FIXED
Reported 2012-11-28 18:21:00 +0100
Modified 2014-05-14 20:08:53 +0200
Product: FieldTrip
Component: test
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks: 1927
See also:

Roemer van der Meij - 2012-11-28 18:21:55 +0100

Using: datasets = ref_datasets; test_ft_preprocessing(datasets,1); test_ft_timelockanalysis(datasets,1); test_ft_freqanalysis(datasets,1); test_ft_componentanalysis(datasets,1); test_ft_sourceanalysis(datasets,1); It might be that one the above fails for a certain dataset. Probably, and hopefully ;), this is the cause of many bugs on the dashboard. We also need to remove the current plexon data, the path can be found in ref_datasets (which is update). Thomas Hartman (Trento) has some plexon data, and he also has updated/better read-functions (?). Asking him for (part of) the data as a reference dataset will also help in making it easier to contribute/work-on the read-functions.


Robert Oostenveld - 2012-11-29 09:32:06 +0100

I have removed the test data and reran the requested test scripts with the fieldtrip version from home/common on yesterday evening.


Roemer van der Meij - 2012-11-29 09:42:10 +0100

Was the test batch also run again? I was hoping for a lot of passed on the dashboard, most still fail: http://fieldtrip.fcdonders.nl/development/dashboard If the test batch was indeed run again, it's time to look at the scripts again :)


Robert Oostenveld - 2012-11-29 09:47:40 +0100

I don't know when the latest run of the test batch was, but I just did a commit for revision 7054 so it will re-run soon.


Robert Oostenveld - 2012-12-31 11:46:27 +0100

closed several bugs that have been resolved for some time. Feel free to reopen the bug if you disagree.


Robert Oostenveld - 2014-02-24 09:38:52 +0100

in bug 1927 it is reported that ctf275 is not the latest. I'll recompute all reference data.


Robert Oostenveld - 2014-02-24 09:56:18 +0100

roboos@dccn-c007> svn commit test_ft_read_sens.m Sending test_ft_read_sens.m Transmitting file data . Committed revision 9233. I extended test_ft_read_sens to behave similar to the other functions, i.e. it can now rewrite the reference data in test/latest.


Robert Oostenveld - 2014-02-24 12:13:13 +0100

(In reply to Robert Oostenveld from comment #6) I executed the following datasets = ref_datasets; test_ft_read_sens(datasets, 1); % ok test_ft_preprocessing(datasets,1); % ok test_ft_timelockanalysis(datasets,1); % ok test_ft_freqanalysis(datasets,1); % ok test_ft_componentanalysis(datasets,1); % ok test_ft_sourceanalysis(datasets,1); % still running The first few test scripts ran through just fine. The last one is still busy, but seems to be going ok. It would not surprise me if some other regression test scripts would start failing due to the updated test data on which they operate. Of course they should not, but still...


Robert Oostenveld - 2014-05-14 20:08:53 +0200

closed several of my bugs that have been resolved