Skip to content

Commit

Permalink
Fix to r vector in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Dec 13, 2018
1 parent 6328dd7 commit a662455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pystog_cli
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +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
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 a662455

Please sign in to comment.