Skip to content

Commit

Permalink
more debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Mar 8, 2024
1 parent eaaad3c commit 325a937
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobs/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
st.make(strrunid, 'raw_records_simu')
gc.collect()
for dt in to_process_dtypes:
print("Making %s. "%dt)
st.make(strrunid, dt, save=(dt))
print("Done with %s. "%dt)
gc.collect()

print("Used time:", datetime.now() - now)
Expand All @@ -73,7 +75,9 @@
st.storage.append(strax.DataDirectory(d, readonly=True))

for dt in to_process_dtypes:
print("Making %s. "%dt)
st.make(strrunid, dt, save=(dt))
print("Done with %s. "%dt)
gc.collect()

print("Used time:", datetime.now() - now)
Expand All @@ -98,7 +102,9 @@
st.make(strrunid, 'raw_records_simu')
gc.collect()
for dt in to_process_dtypes:
print("Making %s. "%dt)
st.make(strrunid, dt, save=(dt))
print("Done with %s. "%dt)
gc.collect()

print("Used time:", datetime.now() - now)
Expand Down

0 comments on commit 325a937

Please sign in to comment.