Skip to content

Commit

Permalink
fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
y8z committed Oct 7, 2024
1 parent d0fe6d5 commit 9fcfd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion addie/addiedriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def load_sq(self, file_name):
return sq_ws_name, q_min, q_max
# The S(Q) file is in fact S(Q)-1 in sq file. So need to add 1 to
# the workspace
out_ws = AnalysisDataService.retrieve(sq_ws_name)
# out_ws = AnalysisDataService.retrieve(sq_ws_name)
# out_ws += 1
elif ext == 'SQ':
try:
Expand Down
1 change: 0 additions & 1 deletion addie/calculate_gr/gofrtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def do_plot(self):
False
)


def do_remove_from_plot(self):
"""
Remove the selected item from plot if it is plotted
Expand Down

0 comments on commit 9fcfd2e

Please sign in to comment.