Skip to content

Commit

Permalink
Quick fix for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Dec 13, 2018
1 parent a662455 commit 106abcd
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 @@ -42,7 +42,7 @@ def main(kwargs=None):
# print stog.get_lowR_mean_square()

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

0 comments on commit 106abcd

Please sign in to comment.