Code cleanups and warnings
Thanks for the nice cleanup, +1. Will wait for a second review before committing.
I like very much the cleanup. However, I see some changes in the code of RandomRBFGeneratorEvents, Can you explain why these changes are needed? Thanks!
I like very much the cleanup. However, I see some changes in the code of RandomRBFGeneratorEvents, Can you explain why these changes are needed? Thanks!
@abifet It seems to me that the code changes you mentioned are the removal of dead code branches (i.e. the conditions are impossible to satisfy).
@abifet It seems to me that the code changes you mentioned are the removal of dead code branches (i.e. the conditions are impossible to satisfy).
@csterling Thanks! +1