Skip to content

Commit

Permalink
correct output file type
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangJYu committed Oct 30, 2023
1 parent 3addd71 commit 57d1332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disp_s1/browse_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def make_browse_image(
# dataset name inserted before .nc
if args.out_fname is None:
args.out_fname = args.in_fname.replace(".nc",
f".{args.dataset_name}.nc")
f".{args.dataset_name}.png")

make_browse_image(
args.out_fname, args.in_fname, args.dataset_name, args.max_img_dim
Expand Down

0 comments on commit 57d1332

Please sign in to comment.