Skip to content

Commit

Permalink
Fix flake8 failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jun 17, 2024
1 parent 0ee36c8 commit 2e39956
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin.src/measure_uband_offsets_with_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# This is a combined map, DES++ SLR vs SDSS u. (SDSS footprint)
# This does not currently work, disabling.
"""
measurer_sdss = UBandOffsetMapMaker(uband_ref_class=SDSSInfo, apply_offsets=True)
measurer_sdss = UBandOffsetMapMaker(
uband_ref_class=SDSSInfo,
apply_offsets=True,
)
fname = measurer_sdss.measure_uband_offset_map()
measurer_sdss.plot_uband_offset_maps(fname, "uslr-usdss")
"""
Expand Down

0 comments on commit 2e39956

Please sign in to comment.