Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1 and Issue #2 dependencies in requirements.txt and setup.py file plus py.test test structure #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions paleopy/test/test_markov.py
@@ -0,0 +1,5 @@
from paleopy import *

def test_get_probs():
# FIXME: implement get_probs test here
assert 1 == 1
10 changes: 10 additions & 0 deletions requirements.txt
@@ -0,0 +1,10 @@
pandas
numpy
matplotlib
palettable
basemaps
json
xray
scipy
glob
h5py