Skip to content

Commit a662455

Browse files
Fix to r vector in cli
1 parent 6328dd7 commit a662455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/pystog_cli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def main(kwargs=None):
4242
# print stog.get_lowR_mean_square()
4343

4444
# Set the S(Q) and g(r) if no Fourier Filter
45+
r = stog.df_sq_master[stog.gr_title].values
4546
q = stog.df_sq_master[stog.sq_title].values
4647
sq = stog.df_sq_master[stog.sq_title].values
4748
gr_out = stog.df_gr_master[stog.gr_title].values

0 commit comments

Comments
 (0)