saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
1 stars 0 forks source link

Parallelism: Fix or remove #18

Closed saulgreenberg closed 7 years ago

saulgreenberg commented 7 years ago

Due to the bug reported in Issue #16, parallelism has been turned off by setting to only a single processor. The next step is to either:

saulgreenberg commented 7 years ago

Reverted to ForEach instead of Parallel.ForEach when loading images. However, kept parallelism for Bulk DarkImages check (in DarkImagesThreshold.xaml.cs) as the consequences of errors there (if any) are minor.

After some investigation: