Skip to content

Commit

Permalink
test_marg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apatil committed Apr 23, 2009
1 parent 5eeb9be commit 2ed1c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cov_test/test_marg.py
Expand Up @@ -4,8 +4,8 @@
import pylab as pl
from marginal_model import make_model
from util import *
n_data = 90
n_pred = 10
n_data = 900
n_pred = 100

# make_model(d,lon,lat,t,covariate_values)
names = ['rain','temp','ndvi']
Expand Down

0 comments on commit 2ed1c17

Please sign in to comment.