Skip to content

Commit

Permalink
Pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfixstsci committed Oct 19, 2023
1 parent 6cdb3f7 commit e6e43be
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions jwql/website/apps/jwql/monitor_pages/monitor_readnoise_bokeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ def plot_readnoise_amplifers(self):
ngroups = [result.ngroups for result in self.db.query_results]

source = ColumnDataSource(data=dict(
file=filenames,
expstarts=expstarts,
nints=nints,
ngroups=ngroups,
readnoise=readnoise_vals,
))
file=filenames,
expstarts=expstarts,
nints=nints,
ngroups=ngroups,
readnoise=readnoise_vals))

amp_plot.add_tools(HoverTool(tooltips=[("file", "@file"),
("time", "@expstarts"),
Expand Down

0 comments on commit e6e43be

Please sign in to comment.