Skip to content

Commit

Permalink
Trial n.2 to make the branch compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
LR-inaf committed Nov 18, 2024
1 parent 324ab68 commit 6d766c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/donut/viz/plot_aos_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def plotPsfFromZern(self, zernikes, **kwargs):
zs = np.array(zs)
psf = np.array([[self.get_psf_degr(pair) for pair in det] for det in zs])

fig = Figure(**kwargs)
fig = plt.figure(**kwargs)
fig = psfPanel(xs, ys, psf, dname, fig=fig)

# draw rose
Expand Down

0 comments on commit 6d766c2

Please sign in to comment.