Skip to content
  • Simon Feltman's avatar
    PEP8 fixes · 086c1013
    Simon Feltman authored
    Use infix 'not' instead of prefixed.
    Don't use double comments (##).
    Use space between comment and text.
    Un-comment tests that now work.
    Move broken (and won't fix) implicit int64 signal tests into
    a new skipped test function.
    086c1013