Skip to content

Commit

Permalink
fix in analyze core
Browse files Browse the repository at this point in the history
  • Loading branch information
fpcasale committed May 7, 2017
1 parent f5b2b54 commit 12f68ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limix/mtSet/core/analyzeCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def scan(
reader = BedReader(bfile)

wnd_ids = sp.arange(i0, i1)
LLR = sp.zeros(_sets.shape[0])
LLR = sp.zeros(sets.shape[0])
for wnd_i in wnd_ids:

_set = sets.ix[wnd_i]
Expand Down

0 comments on commit 12f68ec

Please sign in to comment.