I just wanted to note that I needed to add `THEANO_FLAGS='floatX=float32'` in order to run the test successfully. Because if I didn't tensor.sqrt would return a double precision number and then the assert in line 492 of file pyll_slm.py would fail.