Skip to content

Commit

Permalink
Update cousins_R.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed Aug 30, 2022
1 parent 45d2afb commit 6ef701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cousins_R.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def main():
beta = 1.321
e_beta = 0.03
gamma = 0.219
input_file = apass.main()
input_file = apass.main()
df = pd.read_csv(input_file, header=None, skiprows=[0], sep=",")

# writes the columns from the input file
Expand Down

0 comments on commit 6ef701e

Please sign in to comment.