Skip to content

Commit

Permalink
Merge pull request #202 from stoiver/animate
Browse files Browse the repository at this point in the history
Added more to animate
  • Loading branch information
stoiver committed Aug 6, 2019
2 parents a3b5327 + 16130c5 commit b6361c7
Show file tree
Hide file tree
Showing 4 changed files with 659 additions and 488 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -41,15 +41,9 @@ install:
- if [[ "$COVERAGE" == "--coverage" ]]; then pip install coverage coveralls; fi


script:
script:
- python runtests.py $COVERAGE
- if [[ "$COVERAGE" == "--coverage" ]]; then cp build/test/.coverage .; fi

after_success:
- if [[ "$COVERAGE" == "--coverage" ]]; then coveralls || echo "failed"; fi






3 changes: 3 additions & 0 deletions anuga/__init__.py
Expand Up @@ -74,6 +74,9 @@
from anuga.operators.base_operator import Operator
from anuga.structures.structure_operator import Structure_operator

from anuga.utilities.animate import SWW_plotter
from anuga.utilities.animate import Domain_plotter


from anuga.abstract_2d_finite_volumes.generic_domain import Generic_Domain
from anuga.abstract_2d_finite_volumes.neighbour_mesh import Mesh
Expand Down

0 comments on commit b6361c7

Please sign in to comment.