Skip to content

Commit

Permalink
single quotes to double quotes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Dec 2, 2024
1 parent be17053 commit 3d53431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gwemopt/io/skymap.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def read_skymap(params, map_struct=None, no_hdu=False):
if params["gpstime"] is None:
params["gpstime"] = t_obs.gps

if 'do_3d' not in params:
params['do_3d'] = do_3d
if "do_3d" not in params:
params["do_3d"] = do_3d

map_struct = {}

Expand Down

0 comments on commit 3d53431

Please sign in to comment.