Skip to content

Commit

Permalink
Moved ppdot_plane to bin and fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulray committed Nov 16, 2019
1 parent 781cf73 commit 9c81945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ppdot_plane_plot.py → bin/ppdot_plane_plot.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import print_function
from builtins import zip
import numpy as np
import psr_utils as pu
import pypsrcat as cat
import presto.psr_utils as pu
import presto.pypsrcat as cat
import matplotlib.pyplot as plt

# Use color?
Expand Down

0 comments on commit 9c81945

Please sign in to comment.