Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Sep 6, 2024
1 parent 9ac1e19 commit 0635c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_designid_status_replace_designs.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def designid_status(design_file, obsTime, exp, fexp, field_id, des_objs=None):
des_objs = tqdm(pool.imap(partial(create_des_object, design_file=file,
obsTime=obsTime),
range(1, n_exp + 1)),
total=len(n_exp))
total=n_exp)
des_objs = [r for r in des_objs]
else:
des_objs = None
Expand Down

0 comments on commit 0635c64

Please sign in to comment.