Skip to content

Commit

Permalink
fixing tests and corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
palec87 committed Jun 24, 2024
1 parent a3fe30b commit 9fe3ac7
Show file tree
Hide file tree
Showing 6 changed files with 404 additions and 187 deletions.
2 changes: 1 addition & 1 deletion src_all/_qtwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def correctBadPixels(self) -> None:
logging.info(f'Hot pixels: {len(hotPxs)}, Dead pixels: {len(deadPxs)}')

if self.ask_correct_bad_pixels(hotPxs, deadPxs) == QMessageBox.No:
self.add_bad_pixels_labels(hotPxs, deadPxs)
self.add_bad_pixels_labels()
return

# Correction is done, TODO: ooptimized for the volumes and threaded
Expand Down
Loading

0 comments on commit 9fe3ac7

Please sign in to comment.