Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 22, 2023
1 parent 6d17c6e commit 032e52a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions only_for_me/narval/make_webdataset_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ def main():

df_dedup = remove_close_sky_matches(df)
print(len(df_dedup))
exit()
# df_dedup2 = remove_close_sky_matches(df_dedup)
# print(len(df_dedup2))
df_dedup.to_parquet('/home/walml/data/desi/master_all_file_index_labelled_dedup_20arcsec.parquet')


df_dedup = pd.read_parquet('/home/walml/data/desi/master_all_file_index_labelled_dedup_20arcsec.parquet')

# columns = ['id_str', 'smooth-or-featured-dr12_total-votes', 'smooth-or-featured-dr5_total-votes', 'smooth-or-featured-dr8_total-votes']
Expand Down

0 comments on commit 032e52a

Please sign in to comment.