Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
borondics committed Oct 19, 2023
1 parent 1e34c2e commit d1c22be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orangecontrib/spectroscopy/widgets/owcos.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def plotCOS(self):
(topSPwn.max() - topSPwn.min()),
(leftSPwn.max() - leftSPwn.min())))

print(np.nanmax(np.absolute(cosmat)), np.nanmax(np.absolute(cosmat)))
self.cbarCOS.set_range(-1 * np.nanmax(np.absolute(cosmat)), np.nanmax(np.absolute(cosmat)))
self.cbarCOS.set_colors(np.array(colorcet.diverging_bwr_40_95_c42) * 255)

Expand Down

0 comments on commit d1c22be

Please sign in to comment.