cureos / accord

Machine learning, computer vision, statistics and general scientific computing for .NET
http://code.google.com/p/accord/
Other
12 stars 2 forks source link

Multithreading issue? #10

Open anders9ustafsson opened 10 years ago

anders9ustafsson commented 10 years ago

When running the unit tests for the portable libraries in a batch, some of the unit tests fail. However, when repeating the same test alone, it passes. This leads me to believe that there is some multithreading issue at work causing occasional test failures (and potentially also failures when libraries are used in production environment). Further investigation is required.