Skip to content

Commit

Permalink
verbose=3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Oct 4, 2022
1 parent 4b17312 commit d80d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treegp/two_pcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def comp_2pcf(self, X, y, y_err):
cat = treecorr.Catalog(x=X[:,0], y=X[:,1], k=(y-np.mean(y)), w=w)
print("KK: ",self.min_sep,self.max_sep,self.nbins)
kk = treecorr.KKCorrelation(min_sep=self.min_sep, max_sep=self.max_sep, nbins=self.nbins,
bin_type='TwoD', bin_slop=0)
bin_type='TwoD', bin_slop=0, verbose=3)
print("made kk")
kk.process(cat)
print("done process")
Expand Down

0 comments on commit d80d7e6

Please sign in to comment.