caelan / TemporalFastDownward

Temporal Fast Downward
http://gki.informatik.uni-freiburg.de/tools/tfd/
GNU General Public License v2.0
8 stars 3 forks source link

self.__bool__ implementations not working leading to translate.py errors #2

Open LonyuNaz opened 3 months ago

LonyuNaz commented 3 months ago

in several spots conditions for a while loop (while queue: ....) are not working properly for me (python 2.7).

Calling queue.bool() does work though