tchakravarty / pmtk3

Automatically exported from code.google.com/p/pmtk3
MIT License
1 stars 2 forks source link

runDemos crashing in agglomDemo #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.octave -p ./pmtkTools/testing
2. runDemos

What is the expected output? What do you see instead?
octave:1> runDemos
running agglomDemo.m
error: `ME' undefined near line 5 column 8
error: called from:
error:   pmtk/pmtk3-1nov12/pmtkTools/testing/runDemos.m at line 5, column 8

What version / revision of the product are you using? On what operating
system?
macos 10.2.8
pmtk3 - latest ver from the web site

Please provide any additional information below.

Original issue reported on code.google.com by senya72@gmail.com on 11 May 2013 at 5:21

GoogleCodeExporter commented 8 years ago
aparently an issue is incompatbility between octave and matlab. ME is matlab 
exception but its not defined in octave. i have added exception logic to 
runDemos.m to capture exceptions in more generic way

Original comment by senya72@gmail.com on 29 May 2013 at 4:29

GoogleCodeExporter commented 8 years ago

Original comment by senya72@gmail.com on 29 May 2013 at 4:35

GoogleCodeExporter commented 8 years ago
Moved to GitHub: https://github.com/probml/pmtk3/issues/57

Original comment by irosen on 4 Jan 2014 at 2:38