Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Mar 4, 2020
1 parent 4605d6e commit 5bb8c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpkit/tests/t_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def test_vector_init(self):
a, b = sol("xi"), xi_dist*gpkit.ureg.N
self.assertTrue(all(abs(a-b)/(a+b) < 1e-7))

# pylint: disable=too-many-locals
def test_model_composition_units(self):
class Above(Model):
"""A simple upper bound on x
Expand Down

0 comments on commit 5bb8c83

Please sign in to comment.