Closed rnugent3 closed 2 years ago
it is possible that this bug was the result of improperly seeding the parallel compute, which was fixed in this commit: https://github.com/HydrologicEngineeringCenter/fda-model/pull/334/commits/bb36c98dc2272ad1bd0a25e7b0b39c9059f5f01f
waiting to test to close.
we cheated and just nuked the parallel stuff. see PR #336
the resolution to this problem is to drop the parallel compute and threadsafe, move back to histogram. results are processed successfully with a basic loop and basic histogram. re-try parallel stuff later.