jansel / opentuner

An extensible framework for program autotuning
http://opentuner.org/
MIT License
382 stars 112 forks source link

Fix issue #135 #136

Closed thiagotei closed 5 years ago

thiagotei commented 5 years ago

I've added a self.session.flush() at the beginning of the results_query function and the execution finished normally on Python 2.7 and 3.5. Tested using ./examples/rosenbrock/rosenbrock.py.

jansel commented 5 years ago

Thanks!