Skip to content

Commit

Permalink
remove embed
Browse files Browse the repository at this point in the history
  • Loading branch information
debora-pe committed Oct 20, 2024
1 parent 242f664 commit 5e5347f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypeit/scripts/chk_tilts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def main(args):

# Load
tilts = wavetilts.WaveTilts.from_file(file, chk_version=chk_version)

Check warning on line 44 in pypeit/scripts/chk_tilts.py

View check run for this annotation

Codecov / codecov/patch

pypeit/scripts/chk_tilts.py#L44

Added line #L44 was not covered by tests
embed()
tilts.show(in_ginga=np.logical_not(args.mpl), show_traces=args.show_traces,
calib_dir=file.parent, chk_version=chk_version)

Expand Down

0 comments on commit 5e5347f

Please sign in to comment.