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
Every CreateCorpus class we have also seems to have a sister class CreateCorpusParallel. Do we ever use the CreateCorpus classes? Could we simply delete them all? I worry that they are falling out of sync.
The text was updated successfully, but these errors were encountered:
That's a fair point. However, we need a non-parallel version for debugging of heuristics, otherwise the output is not interpretable because it blends messages from different graphs.
At least after the MRP deadline, let's get rid of the non-parallel versions. We can get sequential output if we fix the number of CPU cores to 1. Also, if we write error reports to files for the individual instance IDs, we can also work around the "blending" issue.
I see a really high risk of unexplainable bugs if we keep different versions of CreateCorpus around that duplicate so much code between each other.
Every CreateCorpus class we have also seems to have a sister class CreateCorpusParallel. Do we ever use the CreateCorpus classes? Could we simply delete them all? I worry that they are falling out of sync.
The text was updated successfully, but these errors were encountered: