Skip to content

Commit

Permalink
Correct sigma reporting
Browse files Browse the repository at this point in the history
Signed-off by: David Rowenhorst <[email protected]>
  • Loading branch information
drowenhorst-nrl committed May 20, 2024
1 parent 3d15720 commit ba4c02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyebsdindex/opencl/nlpar_clray.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def calcsigma_clray(self, nn=1, saturation_protect=True, automask=True, normaliz

ngpu_per_wrker = float(1.0 / ngpuwrker)

if verbose >=1:
print("lambda:", self.lam, "search radius:", self.searchradius, "dthresh:", self.dthresh)
# if verbose >=1:
# print("lambda:", self.lam, "search radius:", self.searchradius, "dthresh:", self.dthresh)

ray.shutdown()
rayclust = ray.init(
Expand Down

0 comments on commit ba4c02e

Please sign in to comment.