prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Errors in Master branch #49

Closed MariamN closed 10 years ago

MariamN commented 10 years ago

I'm getting 32 errors when running the tests in the master branch. Also 404 (Not Found) Error from JQuery in the browser console.

asutcl commented 10 years ago

I don't get any errors. Do you have a version of the data files prefixed with "test-"? e.g. test-food.json

If you don't have these almost all tests except for the testDataPath will probably fail.

MariamN commented 10 years ago

What about the ones from jQuery in the browser console? do you have them?

asutcl commented 10 years ago

I have no problems running the mater branch.

enewe101 commented 10 years ago

Hey Mariam -- I remember you had the same problem as I did with an OutOfMemoryError. This might be the underlying error, since that's what I experienced when I tried to run tests. When you run tests, it is a different 'run mode', and so it won't take into account the change you made to increase heap size. You'll need to specify run arguments that increase the heap size for test runs.

On Tue, Mar 11, 2014 at 11:29 PM, asutcl notifications@github.com wrote:

I have no problems running the mater branch.

Reply to this email directly or view it on GitHubhttps://github.com/prmr/Creco/issues/49#issuecomment-37372298 .

asutcl commented 10 years ago

Can we move this to milestone 3 so we can have a release tonight?

I believe it to be working.