Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dende committed Aug 13, 2021
1 parent f91d212 commit 628ae54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dende/platereader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "0.8.2"
__version__ = "0.8.3"

logging.basicConfig(
level=logging.INFO,
Expand Down
2 changes: 1 addition & 1 deletion dende/platereader/analysis/luminescence/plot_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def handle_plot_button(self):
p2 = self.luminescence_settings.optic_settings.presets[int(p2)]
diff_plots.append([p1, p2, sample, color])
except (ValueError, AttributeError):
preset = self.luminescence_settings.optic_settings.presets[int(preset)]
preset = self.luminescence_settings.optic_settings.presets[preset]
plain_plots.append([preset, sample, color])

plot_data = self.well_plate.get_merged_data()
Expand Down

0 comments on commit 628ae54

Please sign in to comment.