Skip to content

argriffing/accelem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expectation maximization acceleration

Required dependencies:

Optional dependencies:

  • nose (testing)
    • $ pip install --user git+https://github.com/nose-devs/nose
  • coverage (test coverage)
    • $ apt-get install python-coverage

User

Install:

$ pip install --user git+https://github.com/argriffing/accelem

Test:

$ python -c "import accelem; accelem.test()"

Uninstall:

$ pip uninstall accelem

Developer

Install:

$ git clone git@github.com:argriffing/accelem.git

Test:

$ python runtests.py

Coverage:

$ rm -rf htmlcov/
$ python-coverage run runtests.py
$ python-coverage html
$ chromium-browser htmlcov/index.html

Build docs locally:

$ sh make-docs.sh
$ chromium-browser /tmp/nxdocs/index.html

Subsequently update online docs:

$ git checkout gh-pages
$ cp /tmp/nxdocs/. ./ -R
$ git add .
$ git commit -am "update gh-pages"
$ git push

About

expectation maximization acceleration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages