You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a separate issue, I found that desi_qa_s2n is quite slow because it keeps reading in the same truth and cframe files over and over again via load_s2n_values(objtype, nights, channel).
Refactor to read in the data only once, and then filter as needed for various objtype and channels.
The text was updated successfully, but these errors were encountered:
While debugging a separate issue, I found that
desi_qa_s2n
is quite slow because it keeps reading in the same truth and cframe files over and over again viaload_s2n_values(objtype, nights, channel)
.Refactor to read in the data only once, and then filter as needed for various objtype and channels.
The text was updated successfully, but these errors were encountered: