Skip to content

Commit

Permalink
lint check and fix python2 print and exception issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Jul 29, 2024
1 parent 3705663 commit 2580dfd
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 280 deletions.
2 changes: 1 addition & 1 deletion diffpy/srmise/pdfpeakextraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def find_qmax(r, y, showgraphs=False):

plt.show()
plt.ioff()
raw_input()
input()

return (qmax, dq)

Expand Down
Loading

0 comments on commit 2580dfd

Please sign in to comment.