pygae/galgebra

View on GitHub
doc/python/LtransInst.py

Summary

Maintainability
A
0 mins
Test Coverage

Multiple spaces after operator
Open

R = cos(th /  2) + (ex ^ ey) * sin(th /  2)
Severity: Minor
Found in doc/python/LtransInst.py by pep8

Avoid extraneous whitespace around an operator.

Okay: a = 12 + 3
E221: a = 4  + 5
E222: a = 4 +  5
E223: a = 4\t+ 5
E224: a = 4 +\t5

Multiple spaces after operator
Open

R = cos(th /  2) + (ex ^ ey) * sin(th /  2)
Severity: Minor
Found in doc/python/LtransInst.py by pep8

Avoid extraneous whitespace around an operator.

Okay: a = 12 + 3
E221: a = 4  + 5
E222: a = 4 +  5
E223: a = 4\t+ 5
E224: a = 4 +\t5

There are no issues that match your filters.

Category
Status