• Jason Swails's avatar
    Fixes informed by pyflakes · cde84086
    Jason Swails authored
    This fixes a couple subtle bugs from missing imports and a bunch of other minor
    things tagged by pyflakes. It also adds a pyflakes check to the Travis CI script
    that will fail if any issues are flagged. However, pyflakes flags a lot of
    issues that are not really issues, and are IMO the best way to do something. So
    there is a wrapper script around pyflakes that filters out these "OK" failures
    (including any failure with 3rd-party libraries that I don't want to modify
    heavily).
    cde84086
Name
Last commit
Last update
..
__init__.py Loading commit data...
basedimension.py Loading commit data...
baseunit.py Loading commit data...
constants.py Loading commit data...
mymatrix.py Loading commit data...
prefix.py Loading commit data...
quantity.py Loading commit data...
standard_dimensions.py Loading commit data...
unit.py Loading commit data...
unit_definitions.py Loading commit data...
unit_math.py Loading commit data...
unit_operators.py Loading commit data...