I had the same issue. The reason is that the last graph has a timestamp which is compared to infinity, and that's where the exception is thrown.
To solve it, I made an empty graph file and made it the last timestep. By doing that, you give every node and edge a bound life time.
I had the same issue. The reason is that the last graph has a timestamp which is compared to infinity, and that's where the exception is thrown.
To solve it, I made an empty graph file and made it the last timestep. By doing that, you give every node and edge a bound life time.