Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

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 Aug 6, 2024
1 parent 15f5f8b commit 88ab873
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ def single_sd_colour_rendition_report():
sd = sds[list(sds.keys())[0]]
if sd.shape.interval not in [1, 5, 10, 20]:
sd = sd.align(
colour.SpectralShape(
start=sd.shape.start, end=sd.shape.end, interval=1))
colour.SpectralShape(start=sd.shape.start,
end=sd.shape.end,
interval=1))

figure, _axes = colour.plotting.plot_single_sd_colour_rendition_report(
sd,
Expand Down

0 comments on commit 88ab873

Please sign in to comment.