Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rknop committed Jul 29, 2024
1 parent 6d758d7 commit 9f75d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/ptf.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def ptf_ref(

# get the PSF:
coadd_image.psf = copy_from_cache(PSF, ptf_cache_dir, cache_base_name + f'.psf_{sources_prov.id[:6]}.fits')
caddd_image.psf.image = coadd_image
coadd_image.psf.image = coadd_image
coadd_image.psf.provenance = sources_prov
assert coadd_image.psf.provenance_id == coadd_image.psf.provenance.id

Expand Down

0 comments on commit 9f75d3a

Please sign in to comment.