Skip to content

Commit

Permalink
lint check and fix python2 print and exception issues (#21)
Browse files Browse the repository at this point in the history
* lint check and fix python2 print and exception issues

* [pre-commit.ci] auto fixes from pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
stevenhua0320 and pre-commit-ci[bot] authored Jul 29, 2024
1 parent 866e714 commit c28b97b
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 c28b97b

Please sign in to comment.