StateSpaceModels / ssm

Inference for State Space Models like playing with duplo blocks
GNU General Public License v3.0
25 stars 16 forks source link

installation tests #13

Closed pearsonca closed 10 years ago

pearsonca commented 10 years ago

To have npm test work, the mocha package needs to be installed. Probably able to be resolved just by adding mocha to the list of packages you rec people install.

sballesteros commented 10 years ago

Thanks, but mocha is listed as devDependencies as it should be.

pearsonca commented 10 years ago

Be that as it may: I had to manually determine that mocha was missing from error messages -- and not some 'install this dependency' debugging message -- so either the automated installation process or directions to install are insufficient.