Skip to content

pik-copan/pycopancore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycopancore

Python World-Earth modelling framework

Candidates for speeding up Python code: cython, numba, ...

Tests

We are using the python testing framework pytest with pep8 style guide and pyflakes error checking. Please write corresponding unittests while developing and make sure that all test pass by executing

py.test

in the root of the project tree.

Requires

  • pytest
  • pytest-pep8
  • pytest-flakes
  • pytest-cov, to check of test coverage