Skip to content

Commit

Permalink
remove bugs from readthedocs automation
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-n committed Apr 21, 2022
1 parent 816be80 commit 037e871
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 53 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpydoc
sphinx_rtd_theme
numba
numba
cython==0.29.28
25 changes: 0 additions & 25 deletions snipar/imputation/impute_from_sibs_setup.py

This file was deleted.

6 changes: 0 additions & 6 deletions snipar/setup.py

This file was deleted.

20 changes: 0 additions & 20 deletions snipar/tests/impute_from_sibs_setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion snipar/tests/test_manhattan.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pysnptools.snpreader import Bed
from scipy.stats import norm
from pandas import DataFrame
import matplotlib.pyplot as plt
from tqdm import tqdm
import statsmodels.api as sm
from scipy.stats import linregress
Expand All @@ -18,6 +17,7 @@ def imputation_test(chromosomes,
outname_prefix = "",
):
#Data files for chromosome i should be named in this fashion: "prefix{i}"
import matplotlib.pyplot as plt
chromosomes_expected_genes_o = []
chromosomes_expected_genes_pm = []
chromosomes_imputed_genes_o = []
Expand Down

0 comments on commit 037e871

Please sign in to comment.