Superevent 2 cleanup (mostly cosmetic, and a few minor bug fixes)
These are mostly cosmetic changes related to Superevent 2.0. There are a few minor bug fixes too. To distinguish cosmetic changes from bug fixes, I have applied Scipy style commit messages prefixes. These three abbreviations appear in this change set:
-
STY
: code style (mainly PEP8), does not affect program behavior -
MAINT
: refactoring, does not affect program behavior -
BUG
: bug fix
This series of patches does not address the race condition that I alluded to. However, I think it may address #255 (closed).
It's OK to take or leave any of the MAINT commits. I found they helped me understand what was going on.
Edited by Leo P. Singer