octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with failing unit test in stk : any ideas ?


From: Julien Bect
Subject: Re: problem with failing unit test in stk : any ideas ?
Date: Sun, 01 Nov 2015 09:36:34 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Le 31/10/2015 17:09, Rik a écrit :
%!test HOMOSCEDASTIC_NOISE = false;  stk_example_kb09;  close all; clear -f
stk_example_kb09;

Or if this needs to be done generally to all of the stk BIST tests then it
might be cleaner to just use 'clear -f;'  I tested that and verified it
works as well.

%!test HOMOSCEDASTIC_NOISE = false;  stk_example_kb09;  close all; clear -f;

This workaround seems to have side effects:

>> __run_test_suite__ ({'.'}, {})

# ....

'print_pass_fail' undefined near line 254 column 9






reply via email to

[Prev in Thread] Current Thread [Next in Thread]