Skip to content

Commit

Permalink
get rid of pylab import
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Jul 23, 2019
1 parent 760f5e6 commit 869a9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_pspec/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import itertools, argparse, glob
import traceback, operator
import aipy, uvtools
import pylab as plt
import matplotlib.pyplot as plt
from hera_pspec.conversions import Cosmo_Conversions
from hera_cal import redcal
from collections import OrderedDict as odict
Expand Down

0 comments on commit 869a9fc

Please sign in to comment.