Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.02 KB

README.rst

File metadata and controls

39 lines (25 loc) · 1.02 KB

jelly

jelly is supposed to abstract away the technical complexities of running numerical moving-mesh hydrodynamics simulations using Arepo. It generates input files and wraps the invocation of simulation runs.

Code status

https://travis-ci.org/aepsil0n/jelly.png?branch=master https://coveralls.io/repos/aepsil0n/jelly/badge.png?branch=master

Examples

There are a couple of examples in the examples/ directory in the form of simple Python scripts. Note that you need to have jelly in your Python path to run them.

Tests

We use nosetests for unit testing.

To run the tests install the nose package and call nosetests from the base directory.

You can also install and use tox to run the tests for different python versions.