brielin / Popcorn

Software for estimating correlation of trait effect sizes across populations
33 stars 15 forks source link

Import of IPython module #1

Closed tomgreen66 closed 7 years ago

tomgreen66 commented 7 years ago

Seems that IPython is imported but not used in the code. Should the dependency be removed in all python files? For now just used:

try:
    from IPython import embed
except ImportError:
    print("WARNING: IPython not available.")
brielin commented 7 years ago

I often use embedded IPython for debugging so it's in the header of most of the files. I have commented it out in all files.