convexengineering / gpkit

Geometric programming for engineers
http://gpkit.readthedocs.org
MIT License
206 stars 40 forks source link

Evalfn docs should encourage use of parentheses #1460

Closed pgkirsch closed 4 years ago

pgkirsch commented 4 years ago

Something I repeatedly trip up on is that using square brackets in evalfn's doesn't enforce unit conversion. GPkit can't fix my sieve-like memory, but using parentheses in the docs (/the unit test) might help some others in future.

bqpd commented 4 years ago

Added to #1280