Skip to content

Commit

Permalink
use zero vinv for comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Dec 14, 2018
1 parent ca36d38 commit 0229778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thejoker/sampler/tests/test_fast_likelihood.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@


def test_shit():
joker_params = JokerParams(P_min=8*u.day, P_max=32768*u.day, jitter=0*u.m/u.s)
joker_params = JokerParams(P_min=8*u.day, P_max=32768*u.day,
jitter=0*u.m/u.s,
linear_par_Vinv=np.diag(np.zeros(2)))
joker = TheJoker(joker_params)

t = np.random.uniform(0, 250, 16) + 56831.324
Expand Down

0 comments on commit 0229778

Please sign in to comment.