Elias Benussi

Results 2 comments of Elias Benussi

> * Caching the session / client I talked to @zblz about this. In `faculty.client` we call `faculty.session.get_session` which already handles caching of the session. I think it's not worth...

The checks are not passing because apparently `yield from` in `faculty/experiments.py` (line 62) is not valid Python 2 syntax. I am not really sure how to address this?