Skip to content

Commit

Permalink
Fix gr error in pystog_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Dec 11, 2018
1 parent 9727d3e commit 36aeacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pystog_cli
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main(kwargs=None):

# Set the S(Q) and g(r) if no Fourier Filter
sq = stog.df_sq_master[stog.sq_title].values
gr_out = gofr
gr_out = stog.df_gr_master[stog.gr_title].values

# Apply Fourier Filter
if "FourierFilter" in kwargs:
Expand Down

0 comments on commit 36aeacf

Please sign in to comment.