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
I encountered a similar problem within this test and it seems to be caused by the locale settings. It expects that the decimal seperator is a . but for certain locales it is ,.
I quick fixed this locally by changing the test in BitHistory in
I cloned the git repository with git clone https://github.com/numenta/htm.java.git
Then, when running gradle -Pskipbench check, I have two failed tests :
I tested with java 8 and java 11 it didn't change anything, I have Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: