#31

M-LOOP reading the same cost twice

The following problem has turned up recently in my work with M-LOOP, and I haven't been able to understand why: I'm using the file interface with another program, let's call it TARGET. In ...

  • Opened by AndBM Aug 2, 2017
  • 2 comments
#26

Fix NN exception on python 2

On python 2 math.ceil returns a float, and this was making range unhappy.

#25

Run Travis CI on trusty

#23

Error when reproducing visualizations

I am trying to reproduce some visualizations as you have written in http://m-loop.readthedocs.io/en/latest/visualizations.html#reproducing-visualizations, but when I run the sample code with one of my ...

  • Opened by AndBM Mar 17, 2017
  • 2 comments