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
When Nightwatch starts processing a new night of data, it tabulates the list of previously processed exposures by globbing the entire folder of past outputs (see line 50 of run.py). Given the huge number of exposures accumulated this is very time-consuming. See if it's possible to implement a cache that avoids globbing the exposure file hierarchy.
The text was updated successfully, but these errors were encountered:
When Nightwatch starts processing a new night of data, it tabulates the list of previously processed exposures by globbing the entire folder of past outputs (see line 50 of run.py). Given the huge number of exposures accumulated this is very time-consuming. See if it's possible to implement a cache that avoids globbing the exposure file hierarchy.
The text was updated successfully, but these errors were encountered: