Joao Ponte

Results 2 comments of Joao Ponte

I tried to run the following code: ```import numpy as np import somoclu data = np.random.rand(100,3) som = somoclu.Somoclu(10,10) som.train(data) ``` and then this error appears and the program closes...

I completely forgot to remove the CLI and HAVE_MPI macros before building! However, I tested without them and the error still continues..