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
Currently some unit tests fail sporadically just because of random chance it seems. I think the automated testing would be more robust if we isolate the randomness to as small a number of test cases as possible and mostly have deterministic tests. This is kinda challenging because most of the methods in HDC are stochastic by design.
The text was updated successfully, but these errors were encountered:
Currently some unit tests fail sporadically just because of random chance it seems. I think the automated testing would be more robust if we isolate the randomness to as small a number of test cases as possible and mostly have deterministic tests. This is kinda challenging because most of the methods in HDC are stochastic by design.
The text was updated successfully, but these errors were encountered: