Skip to content

Commit

Permalink
Update patch_rand_targetid_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjross committed Mar 26, 2024
1 parent f940b95 commit e783fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch_rand_targetid_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

len_mask = len(join_cat[join_cat['TARGETID_DATA'] == ma.masked])
if len_mask == 0 and len(ran) == len(join_cat):
common.write_LSS(join_cat,ran_cat_fn)
common.write_LSS(join_cat,ran_cat_fn.replace('dvs_ro','global'))

print(tracer,reg,str(rann))
print('SUCCESS')
Expand Down

0 comments on commit e783fda

Please sign in to comment.