Closed fabianp closed 5 years ago
Hi Fabian,
Thanks for your comment. Could you please specificy what version of Octave are you using? We have some issues with recent versions...
Best regards,
Pedro
Hi Pedro,
I'm using version 4.2.2, which is the one that comes bundled with Ubuntu 18.10 LTS
On 09/18/2018 02:05 AM, Pedro Antonio Gutiérrez wrote:
Hi Fabian,
Thanks for your comment. Could you please specificy what version of Octave are you using? We have some issues with recent versions...
Best regards,
Pedro
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ayrna/orca/issues/48#issuecomment-422315739, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ8h6y7z9beRqhvkHcxcezqOjisOV7Pks5ucLdNgaJpZM4Wq-RO.
Thanks. I've reproduced the errors in a clean installation of Ubuntu (we used Linux Mint 18.3 previously so we didn't got the error).
I have fixed some issues regarding compilation with newer versions. I suspect that there is some problem with some shared env variables since the tests are ok when run individually. I'll work on that during the weekend.
thanks!
On 09/19/2018 09:55 AM, Javier Sánchez wrote:
Thanks. I've reproduced the errors in a clean installation of Ubuntu (we used Linux Mint 18.3 previously so we didn't got the error).
I have fixed some issues regarding compilation with newer versions. I suspect that there is some problem with some shared env variables since the tests are ok when run individually. I'll work on that during the weekend.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ayrna/orca/issues/48#issuecomment-422878189, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ8hwyldXaE5fqmrnM9Id1PKFN_4fcJks5ucncMgaJpZM4Wq-RO.
After examining the issues. The tests (single and cv) works if we do 'clear all' before each test. I've examined path, variables and environment and I can't find the problem in Octave 4.2.2 (it worked previously in 4.2). We are properly cleaning the path after every fit/predict call that needs C code.
My temporal solution proposal is to rewrite the tests to add a 'clear all' at the very beginning and keep the issue open. This does not sound weird at all in Matlab/Octave since many scripts start with 'clear all'.
Hi @fabianp,
This issues should be now fixed in Octave +4.2.2 in Ubuntu. Also, I test the changes in Matlab 2017b (Windows and Linux). Please, let us now if this works for you. I'll merge to master now.
Master branch passes tests for Octave 4.2 (official PPA) and Octave 4.4 (Ubuntu 18.10).
Octave 4.2 is in travis CI now, so we should be able of detecting these type of problems in the future.
Thanks.
Tests are ok in travis https://travis-ci.org/ayrna/orca
Hi,
I'm running orca from Octave installed from ubuntu 18.10.
Installation goes fine but when I try to run the tests (from Octave shell) I get the following errors.
any clue on what is causing the error?