Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 3, 2024
1 parent 3fa52cd commit 18052a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fluorescence_assay/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def plot_absorption_spectrum(
]
)

ll = np.arange(lmin, lmax + lstep, lstep)
ll = np.arange(lmin, lmax + lstep, lstep)

axes.plot(ll, data, color=color, label=label)

Expand All @@ -185,9 +185,7 @@ def plot_absorption_across_row(

for i in range(len(concentrations)):

value = self._plate_read.get_well(
section, f"{row}{i+1}", cycle
)[wavelength]
value = self._plate_read.get_well(section, f"{row}{i+1}", cycle)[wavelength]

values.append(value)

Expand Down

0 comments on commit 18052a0

Please sign in to comment.